blob: 9a9338b9805e39bc1d57ff9e65e7288a8d3e153c [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",
pineafan4edb7762022-06-26 19:21:04 +01006 "discord.js": "13.8.1",
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",
pineafan4edb7762022-06-26 19:21:04 +010014 "opencv.js": "^1.2.1",
pineafan34369e62022-05-18 16:52:37 +010015 "structured-clone": "^0.2.2",
pineafan377794f2022-04-18 19:01:01 +010016 "tesseract.js": "^2.1.5",
pineafan1dc15722022-03-14 21:27:34 +000017 "typescript": "^4.5.5",
pineafan4aecff72022-07-06 17:32:18 +010018 "unscan": "^1.1.2",
19 "uuid": "^8.3.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000020 },
21 "name": "nucleus",
22 "version": "0.0.1",
pineafane625d782022-05-09 18:04:32 +010023 "description": "Nucleus: The core Clicks bot",
Skyler Turner66ac7942022-02-24 01:59:22 +000024 "main": "dist/index.js",
25 "scripts": {
26 "build": "tsc",
27 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000028 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000029 },
30 "repository": {
31 "type": "git",
32 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
33 },
pineafane625d782022-05-09 18:04:32 +010034 "author": "Clicks",
Skyler Turner66ac7942022-02-24 01:59:22 +000035 "contributors": [
36 "Minion3665",
37 "PineappleFan"
38 ],
39 "license": "SEE LICENSE IN LICENSE",
40 "bugs": {
41 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
42 },
43 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
pineafan34369e62022-05-18 16:52:37 +010044 "private": false,
Skyler Turner66ac7942022-02-24 01:59:22 +000045 "type": "module"
46}