blob: 872b186d38ee6483394e3d5ef03cad78a7e40230 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
2 "dependencies": {
3 "@discordjs/builders": "^0.12.0",
pineafanbd02b4a2022-08-05 22:01:38 +01004 "@hokify/agenda": "^6.2.12",
5 "@tsconfig/node18-strictest-esm": "^1.0.0",
pineafan6702cef2022-06-13 17:52:37 +01006 "@ungap/structured-clone": "^1.0.1",
pineafan73a7c4a2022-07-24 10:38:04 +01007 "agenda": "^4.3.0",
pineafane625d782022-05-09 18:04:32 +01008 "body-parser": "^1.20.0",
pineafan4edb7762022-06-26 19:21:04 +01009 "discord.js": "13.8.1",
Skyler Greyaa508242022-08-03 21:42:12 +010010 "eslint": "^8.21.0",
pineafane625d782022-05-09 18:04:32 +010011 "express": "^4.18.1",
pineafan02ba0232022-07-24 22:16:15 +010012 "fuse.js": "^6.6.2",
pineafan8b4b17f2022-02-27 20:42:52 +000013 "humanize-duration": "^3.27.1",
pineafanbd02b4a2022-08-05 22:01:38 +010014 "immutable": "^4.1.0",
pineafan2c33b9f2022-02-25 20:35:23 +000015 "jshaiku": "file:../haiku",
pineafan6fb3e072022-05-20 19:27:23 +010016 "mongodb": "^4.7.0",
pineafan73a7c4a2022-07-24 10:38:04 +010017 "node-tesseract-ocr": "^2.2.1",
pineafan73a7c4a2022-07-24 10:38:04 +010018 "pastebin-api": "^5.1.1",
pineafan34369e62022-05-18 16:52:37 +010019 "structured-clone": "^0.2.2",
pineafan1dc15722022-03-14 21:27:34 +000020 "typescript": "^4.5.5",
pineafan4aecff72022-07-06 17:32:18 +010021 "unscan": "^1.1.2",
22 "uuid": "^8.3.2"
Skyler Turner66ac7942022-02-24 01:59:22 +000023 },
24 "name": "nucleus",
25 "version": "0.0.1",
pineafane23c4ec2022-07-27 21:56:27 +010026 "description": "Nucleus: The core of your server",
Skyler Turner66ac7942022-02-24 01:59:22 +000027 "main": "dist/index.js",
28 "scripts": {
29 "build": "tsc",
30 "start": "node --experimental-json-modules dist/index.js",
Skyler Greyaa508242022-08-03 21:42:12 +010031 "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js",
32 "lint": "eslint ."
Skyler Turner66ac7942022-02-24 01:59:22 +000033 },
34 "repository": {
35 "type": "git",
36 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
37 },
pineafane625d782022-05-09 18:04:32 +010038 "author": "Clicks",
Skyler Turner66ac7942022-02-24 01:59:22 +000039 "contributors": [
40 "Minion3665",
41 "PineappleFan"
42 ],
43 "license": "SEE LICENSE IN LICENSE",
44 "bugs": {
45 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
46 },
47 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
pineafan34369e62022-05-18 16:52:37 +010048 "private": false,
Skyler Greyaa508242022-08-03 21:42:12 +010049 "type": "module",
50 "devDependencies": {
Skyler Greyaa508242022-08-03 21:42:12 +010051 "@typescript-eslint/eslint-plugin": "^5.32.0",
52 "@typescript-eslint/parser": "^5.32.0"
53 }
Skyler Turner66ac7942022-02-24 01:59:22 +000054}