blob: b41d681e1b6b4aa18518657895ced171f5d6b8d5 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
Skyler Grey4ec845c2022-08-06 10:21:50 +01002 "dependencies": {
Skyler Grey4ec845c2022-08-06 10:21:50 +01003 "@hokify/agenda": "^6.2.12",
TheCodedProf35e73712023-03-10 17:35:35 -05004 "@octokit/graphql": "^5.0.5",
Skyler Grey32179982023-03-07 23:59:06 +00005 "@tensorflow/tfjs": "^3.18.0",
Skyler Grey62da9bf2023-03-08 00:11:00 +00006 "@tensorflow/tfjs-node": "^3.18.0",
Skyler Greycf771402023-03-05 07:06:37 +00007 "@total-typescript/ts-reset": "^0.3.7",
Skyler Grey4ec845c2022-08-06 10:21:50 +01008 "@ungap/structured-clone": "^1.0.1",
9 "agenda": "^4.3.0",
10 "body-parser": "^1.20.0",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050011 "canvas": "^2.11.0",
12 "clamscan": "^2.1.2",
TheCodedProf32302c92023-06-06 17:01:08 -040013 "diff": "^5.1.0",
Samuel Shuert0d1967b2023-03-12 19:05:37 -040014 "discord.js": "^14.8.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010015 "eslint": "^8.21.0",
16 "express": "^4.18.1",
17 "fuse.js": "^6.6.2",
Skyler Grey0d885222023-03-08 21:46:37 +000018 "gifencoder": "^2.0.1",
19 "gm": "^1.25.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010020 "humanize-duration": "^3.27.1",
21 "immutable": "^4.1.0",
TheCodedProff4facde2023-01-28 13:42:48 -050022 "lodash": "^4.17.21",
Skyler Grey4ec845c2022-08-06 10:21:50 +010023 "mongodb": "^4.7.0",
PineaFan752af462022-12-31 21:59:38 +000024 "node-fetch": "^3.3.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010025 "node-tesseract-ocr": "^2.2.1",
Skyler Grey32179982023-03-07 23:59:06 +000026 "nsfwjs": "^2.4.2",
TheCodedProf35e73712023-03-10 17:35:35 -050027 "octokit": "^2.0.14",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050028 "seedrandom": "^3.0.5",
Skyler Grey4ec845c2022-08-06 10:21:50 +010029 "structured-clone": "^0.2.2",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050030 "systeminformation": "^5.17.3"
Skyler Greycf771402023-03-05 07:06:37 +000031 },
Skyler Grey25d2b3f2023-03-08 16:10:00 +000032 "resolutions": {
33 "discord-api-types": "0.37.23"
34 },
Skyler Grey4ec845c2022-08-06 10:21:50 +010035 "name": "nucleus",
TheCodedProf92670ca2023-04-22 21:46:34 -040036 "version": "1.1.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010037 "description": "Nucleus: The core of your server",
38 "main": "dist/index.js",
39 "scripts": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -040040 "build": "tsc && pnpm copy-files",
Skyler Grey7a966df2023-03-09 12:53:57 +000041 "copy-files": "copyfiles -u 1 src/reflex/nsfwjs/example/nsfw_demo/public/model/**/* dist/",
Skyler Grey5c4bacc2022-08-06 17:50:14 +010042 "start": "node --experimental-json-modules --enable-source-maps dist/index.js",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040043 "dev": "rm -rf dist && eslint src --fix && pnpm build && node --experimental-json-modules --enable-source-maps dist/index.js",
44 "force-dev": "clear; rm -rf dist; tsc-suppress && pnpm copy-files && node --experimental-json-modules --enable-source-maps dist/index.js",
45 "lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To auto-fix everything possible, please run `pnpm lint-fix`'; true",
46 "lint-no-stylecheck": "echo 'Linting...'; eslint src; echo 'A full lint and style check is required for PRs to be accepted. Please run `pnpm lint` before committing'; true",
Skyler Greyf21323a2022-08-13 23:58:22 +010047 "lint-fix": "echo 'Fixing eslint issues...'; eslint src --fix; echo 'Reformatting...'; prettier --write --loglevel warn --cache .; true",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040048 "lint-list": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To view errors in more detail, please run `pnpm lint`'; true",
Skyler Greyda16adf2023-03-05 10:22:12 +000049 "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040050 "setup": "npm i -g pnpm | pnpm | pnpm build | node Installer.js",
51 "win-force-build": "clear | rm -r dist | tsc-suppress | pnpm copy-files",
52 "audit-fix": "pnpm audit --fix",
53 "versions": "pnpm versions && pnpm list && node --version",
TheCodedProf5a6d3d12023-03-10 18:06:30 -050054 "win-lint-fix": "echo 'Fixing eslint issues...' | eslint src --fix | echo 'Reformatting...' | prettier --write --loglevel warn --cache . | true"
Skyler Grey4ec845c2022-08-06 10:21:50 +010055 },
56 "repository": {
57 "type": "git",
58 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
59 },
60 "author": "Clicks",
61 "contributors": [
62 "Minion3665",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040063 "PineaFan",
TheCodedProf7eb44e52023-04-22 21:49:14 -040064 "TheCodedProf"
Skyler Grey4ec845c2022-08-06 10:21:50 +010065 ],
TheCodedProf4a7c25d2023-06-07 17:09:45 -040066 "license": "AGPL-3.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010067 "bugs": {
68 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
69 },
70 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
71 "private": false,
72 "type": "module",
73 "devDependencies": {
TheCodedProfd8ef1f32023-03-06 19:15:18 -050074 "@types/clamscan": "^2.0.4",
Skyler Grey0d885222023-03-08 21:46:37 +000075 "@types/gifencoder": "^2.0.1",
TheCodedProfa112f612023-01-28 18:06:45 -050076 "@types/lodash": "^4.14.191",
Skyler Grey4ec845c2022-08-06 10:21:50 +010077 "@typescript-eslint/eslint-plugin": "^5.32.0",
78 "@typescript-eslint/parser": "^5.32.0",
Skyler Grey7a966df2023-03-09 12:53:57 +000079 "copyfiles": "^2.4.1",
Skyler Grey4ec845c2022-08-06 10:21:50 +010080 "eslint-config-prettier": "^8.5.0",
Skyler Grey5c4bacc2022-08-06 17:50:14 +010081 "prettier": "^2.7.1",
Skyler Greyf21323a2022-08-13 23:58:22 +010082 "prettier-eslint": "^15.0.1",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050083 "tsc-suppress": "^1.0.7",
TheCodedProf4a44d902023-04-21 22:43:17 -040084 "typescript": "^5.0.0",
TheCodedProf32302c92023-06-06 17:01:08 -040085 "yarn-audit-fix": "^9.3.9",
86 "@types/diff": "^5.0.3",
87 "@types/gm": "^1.25.0",
88 "@types/node": "^18.14.6"
Skyler Grey4ec845c2022-08-06 10:21:50 +010089 }
Skyler Turner66ac7942022-02-24 01:59:22 +000090}