blob: 053b2eec263d14d8b071f73462aebeb8712fc4ed [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
2 "dependencies": {
3 "@discordjs/builders": "^0.12.0",
4 "discord.js": "^13.6.0",
pineafan8b4b17f2022-02-27 20:42:52 +00005 "humanize": "^0.0.9",
6 "humanize-duration": "^3.27.1",
pineafan2c33b9f2022-02-25 20:35:23 +00007 "jshaiku": "file:../haiku",
pineafan1dc15722022-03-14 21:27:34 +00008 "json-diff": "^0.7.1",
9 "typescript": "^4.5.5",
10 "unscan": "^1.1.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000011 },
12 "name": "nucleus",
13 "version": "0.0.1",
14 "description": "Nucleus: The core Clicks Minute Per bot",
15 "main": "dist/index.js",
16 "scripts": {
17 "build": "tsc",
18 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000019 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000020 },
21 "repository": {
22 "type": "git",
23 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
24 },
25 "author": "Clicks Minute Per",
26 "contributors": [
27 "Minion3665",
28 "PineappleFan"
29 ],
30 "license": "SEE LICENSE IN LICENSE",
31 "bugs": {
32 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
33 },
34 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
35 "private": true,
36 "type": "module"
37}