blob: cf86329ce9a4418ba3d7ccda5687439bb97990e6 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
Skyler Grey4ec845c2022-08-06 10:21:50 +01002 "dependencies": {
TheCodedProf30219372023-06-11 14:15:30 -04003 "@clicks/nsfwjs": "^3.0.3",
TheCodedProf7b985d82023-06-08 16:40:41 -04004 "@hokify/agenda": "^6.3.0",
5 "@octokit/graphql": "^5.0.6",
6 "@tensorflow/tfjs": "^4.7.0",
7 "@tensorflow/tfjs-node": "^4.7.0",
8 "@total-typescript/ts-reset": "^0.4.2",
9 "@ungap/structured-clone": "^1.2.0",
10 "agenda": "^5.0.0",
11 "body-parser": "^1.20.2",
12 "canvas": "^2.11.2",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050013 "clamscan": "^2.1.2",
TheCodedProf32302c92023-06-06 17:01:08 -040014 "diff": "^5.1.0",
TheCodedProf7b985d82023-06-08 16:40:41 -040015 "discord.js": "^14.11.0",
TheCodedProf83311512023-06-11 13:54:50 -040016 "dotenv": "^16.1.4",
TheCodedProf7b985d82023-06-08 16:40:41 -040017 "eslint": "^8.42.0",
18 "express": "^4.18.2",
Skyler Grey4ec845c2022-08-06 10:21:50 +010019 "fuse.js": "^6.6.2",
Skyler Grey0d885222023-03-08 21:46:37 +000020 "gm": "^1.25.0",
TheCodedProf7b985d82023-06-08 16:40:41 -040021 "humanize-duration": "^3.28.0",
22 "immutable": "^4.3.0",
TheCodedProff4facde2023-01-28 13:42:48 -050023 "lodash": "^4.17.21",
TheCodedProf7b985d82023-06-08 16:40:41 -040024 "mongodb": "^5.6.0",
25 "node-fetch": "^3.3.1",
Skyler Grey4ec845c2022-08-06 10:21:50 +010026 "node-tesseract-ocr": "^2.2.1",
TheCodedProf7b985d82023-06-08 16:40:41 -040027 "octokit": "^2.0.19",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050028 "seedrandom": "^3.0.5",
Skyler Grey4ec845c2022-08-06 10:21:50 +010029 "structured-clone": "^0.2.2",
TheCodedProf7b985d82023-06-08 16:40:41 -040030 "systeminformation": "^5.18.2"
Skyler Grey25d2b3f2023-03-08 16:10:00 +000031 },
TheCodedProf30219372023-06-11 14:15:30 -040032 "pnpm": {
33 "overrides": {
34 "@hokify/agenda>mongodb": "$mongodb"
35 }
36 },
Skyler Grey4ec845c2022-08-06 10:21:50 +010037 "name": "nucleus",
TheCodedProf92670ca2023-04-22 21:46:34 -040038 "version": "1.1.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010039 "description": "Nucleus: The core of your server",
40 "main": "dist/index.js",
41 "scripts": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -040042 "build": "tsc && pnpm copy-files",
Skyler Grey7a966df2023-03-09 12:53:57 +000043 "copy-files": "copyfiles -u 1 src/reflex/nsfwjs/example/nsfw_demo/public/model/**/* dist/",
TheCodedProf83311512023-06-11 13:54:50 -040044 "start": "node --experimental-json-modules --enable-source-maps -r dotenv/config dist/index.js",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040045 "dev": "rm -rf dist && eslint src --fix && pnpm build && node --experimental-json-modules --enable-source-maps dist/index.js",
46 "force-dev": "clear; rm -rf dist; tsc-suppress && pnpm copy-files && node --experimental-json-modules --enable-source-maps dist/index.js",
47 "lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To auto-fix everything possible, please run `pnpm lint-fix`'; true",
48 "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 +010049 "lint-fix": "echo 'Fixing eslint issues...'; eslint src --fix; echo 'Reformatting...'; prettier --write --loglevel warn --cache .; true",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040050 "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 +000051 "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040052 "setup": "npm i -g pnpm | pnpm | pnpm build | node Installer.js",
53 "win-force-build": "clear | rm -r dist | tsc-suppress | pnpm copy-files",
54 "audit-fix": "pnpm audit --fix",
55 "versions": "pnpm versions && pnpm list && node --version",
TheCodedProf5a6d3d12023-03-10 18:06:30 -050056 "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 +010057 },
58 "repository": {
59 "type": "git",
60 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
61 },
62 "author": "Clicks",
63 "contributors": [
64 "Minion3665",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040065 "PineaFan",
TheCodedProf7eb44e52023-04-22 21:49:14 -040066 "TheCodedProf"
Skyler Grey4ec845c2022-08-06 10:21:50 +010067 ],
TheCodedProf4a7c25d2023-06-07 17:09:45 -040068 "license": "AGPL-3.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010069 "bugs": {
70 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
71 },
72 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
73 "private": false,
74 "type": "module",
75 "devDependencies": {
TheCodedProfd8ef1f32023-03-06 19:15:18 -050076 "@types/clamscan": "^2.0.4",
TheCodedProf7b985d82023-06-08 16:40:41 -040077 "@types/diff": "^5.0.3",
78 "@types/gm": "^1.25.1",
79 "@types/lodash": "^4.14.195",
80 "@types/node": "^20.2.5",
81 "@typescript-eslint/eslint-plugin": "^5.59.9",
82 "@typescript-eslint/parser": "^5.59.9",
Skyler Grey7a966df2023-03-09 12:53:57 +000083 "copyfiles": "^2.4.1",
TheCodedProf7b985d82023-06-08 16:40:41 -040084 "eslint-config-prettier": "^8.8.0",
85 "prettier": "^2.8.8",
Skyler Greyf21323a2022-08-13 23:58:22 +010086 "prettier-eslint": "^15.0.1",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050087 "tsc-suppress": "^1.0.7",
TheCodedProf53d105b2023-06-13 16:13:03 -040088 "typescript": "^5.1.3"
Skyler Grey4ec845c2022-08-06 10:21:50 +010089 }
Skyler Turner66ac7942022-02-24 01:59:22 +000090}