blob: f00b46da28aa8375d7e7ecb66b8705211c93dd02 [file] [log] [blame]
Skyler Turner66ac7942022-02-24 01:59:22 +00001{
Skyler Grey4ec845c2022-08-06 10:21:50 +01002 "dependencies": {
TheCodedProf7b985d82023-06-08 16:40:41 -04003 "@hokify/agenda": "^6.3.0",
4 "@octokit/graphql": "^5.0.6",
5 "@tensorflow/tfjs": "^4.7.0",
6 "@tensorflow/tfjs-node": "^4.7.0",
7 "@total-typescript/ts-reset": "^0.4.2",
8 "@ungap/structured-clone": "^1.2.0",
9 "agenda": "^5.0.0",
10 "body-parser": "^1.20.2",
11 "canvas": "^2.11.2",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050012 "clamscan": "^2.1.2",
TheCodedProf32302c92023-06-06 17:01:08 -040013 "diff": "^5.1.0",
TheCodedProf7b985d82023-06-08 16:40:41 -040014 "discord.js": "^14.11.0",
15 "eslint": "^8.42.0",
16 "express": "^4.18.2",
Skyler Grey4ec845c2022-08-06 10:21:50 +010017 "fuse.js": "^6.6.2",
Skyler Grey0d885222023-03-08 21:46:37 +000018 "gm": "^1.25.0",
TheCodedProf7b985d82023-06-08 16:40:41 -040019 "humanize-duration": "^3.28.0",
20 "immutable": "^4.3.0",
TheCodedProff4facde2023-01-28 13:42:48 -050021 "lodash": "^4.17.21",
TheCodedProf7b985d82023-06-08 16:40:41 -040022 "mongodb": "^5.6.0",
23 "node-fetch": "^3.3.1",
Skyler Grey4ec845c2022-08-06 10:21:50 +010024 "node-tesseract-ocr": "^2.2.1",
Skyler Grey32179982023-03-07 23:59:06 +000025 "nsfwjs": "^2.4.2",
TheCodedProf7b985d82023-06-08 16:40:41 -040026 "octokit": "^2.0.19",
TheCodedProfd8ef1f32023-03-06 19:15:18 -050027 "seedrandom": "^3.0.5",
Skyler Grey4ec845c2022-08-06 10:21:50 +010028 "structured-clone": "^0.2.2",
TheCodedProf7b985d82023-06-08 16:40:41 -040029 "systeminformation": "^5.18.2"
Skyler Grey25d2b3f2023-03-08 16:10:00 +000030 },
Skyler Grey4ec845c2022-08-06 10:21:50 +010031 "name": "nucleus",
TheCodedProf92670ca2023-04-22 21:46:34 -040032 "version": "1.1.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010033 "description": "Nucleus: The core of your server",
34 "main": "dist/index.js",
35 "scripts": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -040036 "build": "tsc && pnpm copy-files",
Skyler Grey7a966df2023-03-09 12:53:57 +000037 "copy-files": "copyfiles -u 1 src/reflex/nsfwjs/example/nsfw_demo/public/model/**/* dist/",
Skyler Grey5c4bacc2022-08-06 17:50:14 +010038 "start": "node --experimental-json-modules --enable-source-maps dist/index.js",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040039 "dev": "rm -rf dist && eslint src --fix && pnpm build && node --experimental-json-modules --enable-source-maps dist/index.js",
40 "force-dev": "clear; rm -rf dist; tsc-suppress && pnpm copy-files && node --experimental-json-modules --enable-source-maps dist/index.js",
41 "lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To auto-fix everything possible, please run `pnpm lint-fix`'; true",
42 "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 +010043 "lint-fix": "echo 'Fixing eslint issues...'; eslint src --fix; echo 'Reformatting...'; prettier --write --loglevel warn --cache .; true",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040044 "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 +000045 "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040046 "setup": "npm i -g pnpm | pnpm | pnpm build | node Installer.js",
47 "win-force-build": "clear | rm -r dist | tsc-suppress | pnpm copy-files",
48 "audit-fix": "pnpm audit --fix",
49 "versions": "pnpm versions && pnpm list && node --version",
TheCodedProf5a6d3d12023-03-10 18:06:30 -050050 "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 +010051 },
52 "repository": {
53 "type": "git",
54 "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
55 },
56 "author": "Clicks",
57 "contributors": [
58 "Minion3665",
TheCodedProf4a7c25d2023-06-07 17:09:45 -040059 "PineaFan",
TheCodedProf7eb44e52023-04-22 21:49:14 -040060 "TheCodedProf"
Skyler Grey4ec845c2022-08-06 10:21:50 +010061 ],
TheCodedProf4a7c25d2023-06-07 17:09:45 -040062 "license": "AGPL-3.0",
Skyler Grey4ec845c2022-08-06 10:21:50 +010063 "bugs": {
64 "url": "https://github.com/ClicksMinutePer/Nucleus/issues"
65 },
66 "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
67 "private": false,
68 "type": "module",
69 "devDependencies": {
TheCodedProfd8ef1f32023-03-06 19:15:18 -050070 "@types/clamscan": "^2.0.4",
TheCodedProf7b985d82023-06-08 16:40:41 -040071 "@types/diff": "^5.0.3",
72 "@types/gm": "^1.25.1",
73 "@types/lodash": "^4.14.195",
74 "@types/node": "^20.2.5",
75 "@typescript-eslint/eslint-plugin": "^5.59.9",
76 "@typescript-eslint/parser": "^5.59.9",
Skyler Grey7a966df2023-03-09 12:53:57 +000077 "copyfiles": "^2.4.1",
TheCodedProf7b985d82023-06-08 16:40:41 -040078 "eslint-config-prettier": "^8.8.0",
79 "prettier": "^2.8.8",
Skyler Greyf21323a2022-08-13 23:58:22 +010080 "prettier-eslint": "^15.0.1",
TheCodedProf9c51a7e2023-02-27 17:11:13 -050081 "tsc-suppress": "^1.0.7",
TheCodedProf7b985d82023-06-08 16:40:41 -040082 "typescript": "^5.1.3",
83 "yarn-audit-fix": "^9.3.10"
Skyler Grey4ec845c2022-08-06 10:21:50 +010084 }
Skyler Turner66ac7942022-02-24 01:59:22 +000085}