blob: 207ee8bf3df6723293077c40c3eec82b36806f7b [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 "@tsconfig/node18-strictest-esm": "^1.0.0",
Skyler Grey0d885222023-03-08 21:46:37 +00009 "@types/gm": "^1.25.0",
Skyler Greycf771402023-03-05 07:06:37 +000010 "@types/node": "^18.14.6",
Skyler Grey4ec845c2022-08-06 10:21:50 +010011 "@ungap/structured-clone": "^1.0.1",
12 "agenda": "^4.3.0",
13 "body-parser": "^1.20.0",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050014 "canvas": "^2.11.0",
15 "clamscan": "^2.1.2",
TheCodedProfa112f612023-01-28 18:06:45 -050016 "discord.js": "^14.7.1",
Skyler Grey4ec845c2022-08-06 10:21:50 +010017 "eslint": "^8.21.0",
18 "express": "^4.18.1",
19 "fuse.js": "^6.6.2",
Skyler Grey0d885222023-03-08 21:46:37 +000020 "gifencoder": "^2.0.1",
21 "gm": "^1.25.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010022 "humanize-duration": "^3.27.1",
23 "immutable": "^4.1.0",
TheCodedProff4facde2023-01-28 13:42:48 -050024 "lodash": "^4.17.21",
Skyler Grey4ec845c2022-08-06 10:21:50 +010025 "mongodb": "^4.7.0",
PineaFan752af462022-12-31 21:59:38 +000026 "node-fetch": "^3.3.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010027 "node-tesseract-ocr": "^2.2.1",
Skyler Grey32179982023-03-07 23:59:06 +000028 "nsfwjs": "^2.4.2",
TheCodedProf35e73712023-03-10 17:35:35 -050029 "octokit": "^2.0.14",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050030 "seedrandom": "^3.0.5",
Skyler Grey4ec845c2022-08-06 10:21:50 +010031 "structured-clone": "^0.2.2",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050032 "systeminformation": "^5.17.3"
Skyler Greycf771402023-03-05 07:06:37 +000033 },
Skyler Grey25d2b3f2023-03-08 16:10:00 +000034 "resolutions": {
35 "discord-api-types": "0.37.23"
36 },
Skyler Grey4ec845c2022-08-06 10:21:50 +010037 "name": "nucleus",
38 "version": "0.0.1",
39 "description": "Nucleus: The core of your server",
40 "main": "dist/index.js",
41 "scripts": {
Skyler Grey7a966df2023-03-09 12:53:57 +000042 "build": "tsc && yarn copy-files",
43 "copy-files": "copyfiles -u 1 src/reflex/nsfwjs/example/nsfw_demo/public/model/**/* dist/",
Skyler Grey5c4bacc2022-08-06 17:50:14 +010044 "start": "node --experimental-json-modules --enable-source-maps dist/index.js",
Skyler Grey7a966df2023-03-09 12:53:57 +000045 "dev": "rm -rf dist && eslint src --fix && yarn build && node --experimental-json-modules --enable-source-maps dist/index.js",
46 "force-dev": "clear; rm -rf dist; tsc-suppress && yarn copy-files && node --experimental-json-modules --enable-source-maps dist/index.js",
Skyler Greyf21323a2022-08-13 23:58:22 +010047 "lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To auto-fix everything possible, please run `yarn lint-fix`'; true",
Skyler Greyf4f21c42023-03-08 14:36:29 +000048 "lint-no-stylecheck": "echo 'Linting...'; eslint src; echo 'A full lint and style check is required for PRs to be accepted. Please run `yarn 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",
50 "lint-list": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To view errors in more detail, please run `yarn lint`'; true",
Skyler Greyda16adf2023-03-05 10:22:12 +000051 "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
TheCodedProf52679812023-01-17 21:38:02 -050052 "setup": "node Installer.js",
TheCodedProf35e73712023-03-10 17:35:35 -050053 "win-force-build": "clear | rm -r dist | tsc-suppress | yarn copy-files",
Skyler Grey19f1b9c2023-03-08 15:13:02 +000054 "audit-fix": "yarn-audit-fix",
TheCodedProf5a6d3d12023-03-10 18:06:30 -050055 "versions": "yarn versions && yarn list && node --version",
56 "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",
65 "PineappleFan"
66 ],
67 "license": "SEE LICENSE IN LICENSE",
68 "bugs": {
69 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
70 },
71 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
72 "private": false,
73 "type": "module",
74 "devDependencies": {
TheCodedProfd8ef1f32023-03-06 19:15:18 -050075 "@types/clamscan": "^2.0.4",
Skyler Grey0d885222023-03-08 21:46:37 +000076 "@types/gifencoder": "^2.0.1",
TheCodedProfa112f612023-01-28 18:06:45 -050077 "@types/lodash": "^4.14.191",
Skyler Grey4ec845c2022-08-06 10:21:50 +010078 "@typescript-eslint/eslint-plugin": "^5.32.0",
79 "@typescript-eslint/parser": "^5.32.0",
Skyler Grey7a966df2023-03-09 12:53:57 +000080 "copyfiles": "^2.4.1",
Skyler Grey4ec845c2022-08-06 10:21:50 +010081 "eslint-config-prettier": "^8.5.0",
Skyler Grey5c4bacc2022-08-06 17:50:14 +010082 "prettier": "^2.7.1",
Skyler Greyf21323a2022-08-13 23:58:22 +010083 "prettier-eslint": "^15.0.1",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050084 "tsc-suppress": "^1.0.7",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050085 "typescript": "^4.9.4",
86 "yarn-audit-fix": "^9.3.9"
Skyler Grey4ec845c2022-08-06 10:21:50 +010087 }
Skyler Turner66ac7942022-02-24 01:59:22 +000088}