blob: a26b083132ce7ba293da6994e58f101997833515 [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",
pineafan73a7c4a2022-07-24 10:38:04 +01005 "agenda": "^4.3.0",
pineafane625d782022-05-09 18:04:32 +01006 "body-parser": "^1.20.0",
pineafan4edb7762022-06-26 19:21:04 +01007 "discord.js": "13.8.1",
Skyler Greyaa508242022-08-03 21:42:12 +01008 "eslint": "^8.21.0",
pineafane625d782022-05-09 18:04:32 +01009 "express": "^4.18.1",
pineafan02ba0232022-07-24 22:16:15 +010010 "fuse.js": "^6.6.2",
pineafan8b4b17f2022-02-27 20:42:52 +000011 "humanize-duration": "^3.27.1",
pineafan2c33b9f2022-02-25 20:35:23 +000012 "jshaiku": "file:../haiku",
pineafan6fb3e072022-05-20 19:27:23 +010013 "mongodb": "^4.7.0",
pineafan73a7c4a2022-07-24 10:38:04 +010014 "node-tesseract-ocr": "^2.2.1",
pineafan73a7c4a2022-07-24 10:38:04 +010015 "pastebin-api": "^5.1.1",
pineafan34369e62022-05-18 16:52:37 +010016 "structured-clone": "^0.2.2",
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",
pineafane23c4ec2022-07-27 21:56:27 +010023 "description": "Nucleus: The core of your server",
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",
Skyler Greyaa508242022-08-03 21:42:12 +010028 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js",
29 "lint": "eslint ."
Skyler Turner66ac7942022-02-24 01:59:22 +000030 },
31 "repository": {
32 "type": "git",
33 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
34 },
pineafane625d782022-05-09 18:04:32 +010035 "author": "Clicks",
Skyler Turner66ac7942022-02-24 01:59:22 +000036 "contributors": [
37 "Minion3665",
38 "PineappleFan"
39 ],
40 "license": "SEE LICENSE IN LICENSE",
41 "bugs": {
42 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
43 },
44 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
pineafan34369e62022-05-18 16:52:37 +010045 "private": false,
Skyler Greyaa508242022-08-03 21:42:12 +010046 "type": "module",
47 "devDependencies": {
48 "@tsconfig/node16-strictest-esm": "^1.0.3",
49 "@typescript-eslint/eslint-plugin": "^5.32.0",
50 "@typescript-eslint/parser": "^5.32.0"
51 }
Skyler Turner66ac7942022-02-24 01:59:22 +000052}