| { |
| "dependencies": { |
| "@hokify/agenda": "^6.2.12", |
| "@octokit/graphql": "^5.0.5", |
| "@tensorflow/tfjs": "^3.18.0", |
| "@tensorflow/tfjs-node": "^3.18.0", |
| "@total-typescript/ts-reset": "^0.3.7", |
| "@types/gm": "^1.25.0", |
| "@types/node": "^18.14.6", |
| "@ungap/structured-clone": "^1.0.1", |
| "agenda": "^4.3.0", |
| "body-parser": "^1.20.0", |
| "canvas": "^2.11.0", |
| "clamscan": "^2.1.2", |
| "discord.js": "^14.8.0", |
| "eslint": "^8.21.0", |
| "express": "^4.18.1", |
| "fuse.js": "^6.6.2", |
| "gifencoder": "^2.0.1", |
| "gm": "^1.25.0", |
| "humanize-duration": "^3.27.1", |
| "immutable": "^4.1.0", |
| "lodash": "^4.17.21", |
| "mongodb": "^4.7.0", |
| "node-fetch": "^3.3.0", |
| "node-tesseract-ocr": "^2.2.1", |
| "nsfwjs": "^2.4.2", |
| "octokit": "^2.0.14", |
| "seedrandom": "^3.0.5", |
| "structured-clone": "^0.2.2", |
| "systeminformation": "^5.17.3" |
| }, |
| "resolutions": { |
| "discord-api-types": "0.37.23" |
| }, |
| "name": "nucleus", |
| "version": "1.1.0", |
| "description": "Nucleus: The core of your server", |
| "main": "dist/index.js", |
| "scripts": { |
| "build": "tsc && yarn 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 && yarn build && node --experimental-json-modules --enable-source-maps dist/index.js", |
| "force-dev": "clear; rm -rf dist; tsc-suppress && yarn 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 `yarn 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 `yarn 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 `yarn lint`'; true", |
| "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src", |
| "setup": "node Installer.js", |
| "win-force-build": "clear | rm -r dist | tsc-suppress | yarn copy-files", |
| "audit-fix": "yarn-audit-fix", |
| "versions": "yarn versions && yarn 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", |
| "PineappleFan", |
| "TheCodedProf" |
| ], |
| "license": "SEE LICENSE IN LICENSE", |
| "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/gifencoder": "^2.0.1", |
| "@types/lodash": "^4.14.191", |
| "@typescript-eslint/eslint-plugin": "^5.32.0", |
| "@typescript-eslint/parser": "^5.32.0", |
| "copyfiles": "^2.4.1", |
| "eslint-config-prettier": "^8.5.0", |
| "prettier": "^2.7.1", |
| "prettier-eslint": "^15.0.1", |
| "tsc-suppress": "^1.0.7", |
| "typescript": "^5.0.0", |
| "yarn-audit-fix": "^9.3.9" |
| } |
| } |