blob: 39257d988847e4134815fb92043016239ee27059 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
2 "dependencies": {
3 "@discordjs/builders": "^0.12.0",
pineafan6702cef2022-06-13 17:52:37 +01004 "@ungap/structured-clone": "^1.0.1",
pineafane625d782022-05-09 18:04:32 +01005 "body-parser": "^1.20.0",
pineafan6702cef2022-06-13 17:52:37 +01006 "discord.js": "^13.8.0",
pineafane625d782022-05-09 18:04:32 +01007 "express": "^4.18.1",
pineafan8b4b17f2022-02-27 20:42:52 +00008 "humanize": "^0.0.9",
9 "humanize-duration": "^3.27.1",
pineafan2c33b9f2022-02-25 20:35:23 +000010 "jshaiku": "file:../haiku",
pineafan1dc15722022-03-14 21:27:34 +000011 "json-diff": "^0.7.1",
pineafan6fb3e072022-05-20 19:27:23 +010012 "mongodb": "^4.7.0",
pineafan34369e62022-05-18 16:52:37 +010013 "node-tesseract": "^0.2.7",
14 "structured-clone": "^0.2.2",
pineafan377794f2022-04-18 19:01:01 +010015 "tesseract.js": "^2.1.5",
pineafan1dc15722022-03-14 21:27:34 +000016 "typescript": "^4.5.5",
17 "unscan": "^1.1.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000018 },
19 "name": "nucleus",
20 "version": "0.0.1",
pineafane625d782022-05-09 18:04:32 +010021 "description": "Nucleus: The core Clicks bot",
Skyler Turner66ac7942022-02-24 01:59:22 +000022 "main": "dist/index.js",
23 "scripts": {
24 "build": "tsc",
25 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000026 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000027 },
28 "repository": {
29 "type": "git",
30 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
31 },
pineafane625d782022-05-09 18:04:32 +010032 "author": "Clicks",
Skyler Turner66ac7942022-02-24 01:59:22 +000033 "contributors": [
34 "Minion3665",
35 "PineappleFan"
36 ],
37 "license": "SEE LICENSE IN LICENSE",
38 "bugs": {
39 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
40 },
41 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
pineafan34369e62022-05-18 16:52:37 +010042 "private": false,
Skyler Turner66ac7942022-02-24 01:59:22 +000043 "type": "module"
44}