blob: f00b46da28aa8375d7e7ecb66b8705211c93dd02 [file] [log] [blame]
{
"dependencies": {
"@hokify/agenda": "^6.3.0",
"@octokit/graphql": "^5.0.6",
"@tensorflow/tfjs": "^4.7.0",
"@tensorflow/tfjs-node": "^4.7.0",
"@total-typescript/ts-reset": "^0.4.2",
"@ungap/structured-clone": "^1.2.0",
"agenda": "^5.0.0",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"clamscan": "^2.1.2",
"diff": "^5.1.0",
"discord.js": "^14.11.0",
"eslint": "^8.42.0",
"express": "^4.18.2",
"fuse.js": "^6.6.2",
"gm": "^1.25.0",
"humanize-duration": "^3.28.0",
"immutable": "^4.3.0",
"lodash": "^4.17.21",
"mongodb": "^5.6.0",
"node-fetch": "^3.3.1",
"node-tesseract-ocr": "^2.2.1",
"nsfwjs": "^2.4.2",
"octokit": "^2.0.19",
"seedrandom": "^3.0.5",
"structured-clone": "^0.2.2",
"systeminformation": "^5.18.2"
},
"name": "nucleus",
"version": "1.1.0",
"description": "Nucleus: The core of your server",
"main": "dist/index.js",
"scripts": {
"build": "tsc && pnpm copy-files",
"copy-files": "copyfiles -u 1 src/reflex/nsfwjs/example/nsfw_demo/public/model/**/* dist/",
"start": "node --experimental-json-modules --enable-source-maps dist/index.js",
"dev": "rm -rf dist && eslint src --fix && pnpm build && node --experimental-json-modules --enable-source-maps dist/index.js",
"force-dev": "clear; rm -rf dist; tsc-suppress && pnpm copy-files && node --experimental-json-modules --enable-source-maps dist/index.js",
"lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To auto-fix everything possible, please run `pnpm lint-fix`'; true",
"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",
"lint-fix": "echo 'Fixing eslint issues...'; eslint src --fix; echo 'Reformatting...'; prettier --write --loglevel warn --cache .; true",
"lint-list": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint src; echo 'To view errors in more detail, please run `pnpm lint`'; true",
"lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
"setup": "npm i -g pnpm | pnpm | pnpm build | node Installer.js",
"win-force-build": "clear | rm -r dist | tsc-suppress | pnpm copy-files",
"audit-fix": "pnpm audit --fix",
"versions": "pnpm versions && pnpm list && node --version",
"win-lint-fix": "echo 'Fixing eslint issues...' | eslint src --fix | echo 'Reformatting...' | prettier --write --loglevel warn --cache . | true"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
},
"author": "Clicks",
"contributors": [
"Minion3665",
"PineaFan",
"TheCodedProf"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ClicksMinutePer/Nucleus/issues"
},
"homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
"private": false,
"type": "module",
"devDependencies": {
"@types/clamscan": "^2.0.4",
"@types/diff": "^5.0.3",
"@types/gm": "^1.25.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"tsc-suppress": "^1.0.7",
"typescript": "^5.1.3",
"yarn-audit-fix": "^9.3.10"
}
}