blob: e42a2a585351c1081a77f9cbb33e2c13566fe902 [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",
pineafane625d782022-05-09 18:04:32 +01008 "express": "^4.18.1",
pineafan02ba0232022-07-24 22:16:15 +01009 "fuse.js": "^6.6.2",
pineafan8b4b17f2022-02-27 20:42:52 +000010 "humanize-duration": "^3.27.1",
pineafan2c33b9f2022-02-25 20:35:23 +000011 "jshaiku": "file:../haiku",
pineafan6fb3e072022-05-20 19:27:23 +010012 "mongodb": "^4.7.0",
pineafan73a7c4a2022-07-24 10:38:04 +010013 "node-tesseract-ocr": "^2.2.1",
pineafan73a7c4a2022-07-24 10:38:04 +010014 "pastebin-api": "^5.1.1",
pineafan34369e62022-05-18 16:52:37 +010015 "structured-clone": "^0.2.2",
pineafan1dc15722022-03-14 21:27:34 +000016 "typescript": "^4.5.5",
pineafan4aecff72022-07-06 17:32:18 +010017 "unscan": "^1.1.2",
18 "uuid": "^8.3.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000019 },
20 "name": "nucleus",
21 "version": "0.0.1",
pineafane23c4ec2022-07-27 21:56:27 +010022 "description": "Nucleus: The core of your server",
Skyler Turner66ac7942022-02-24 01:59:22 +000023 "main": "dist/index.js",
24 "scripts": {
25 "build": "tsc",
26 "start": "node --experimental-json-modules dist/index.js",
pineafandd1155e2022-02-26 22:06:12 +000027 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js"
Skyler Turner66ac7942022-02-24 01:59:22 +000028 },
29 "repository": {
30 "type": "git",
31 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
32 },
pineafane625d782022-05-09 18:04:32 +010033 "author": "Clicks",
Skyler Turner66ac7942022-02-24 01:59:22 +000034 "contributors": [
35 "Minion3665",
36 "PineappleFan"
37 ],
38 "license": "SEE LICENSE IN LICENSE",
39 "bugs": {
40 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
41 },
42 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
pineafan34369e62022-05-18 16:52:37 +010043 "private": false,
Skyler Turner66ac7942022-02-24 01:59:22 +000044 "type": "module"
45}