Skyler Turner | 66ac794 | 2022-02-24 01:59:22 +0000 | [diff] [blame] | 1 | { |
Skyler Grey | 4ec845c | 2022-08-06 10:21:50 +0100 | [diff] [blame^] | 2 | "dependencies": { |
| 3 | "@discordjs/builders": "^0.12.0", |
| 4 | "@hokify/agenda": "^6.2.12", |
| 5 | "@tsconfig/node18-strictest-esm": "^1.0.0", |
| 6 | "@ungap/structured-clone": "^1.0.1", |
| 7 | "agenda": "^4.3.0", |
| 8 | "body-parser": "^1.20.0", |
| 9 | "discord.js": "13.8.1", |
| 10 | "eslint": "^8.21.0", |
| 11 | "express": "^4.18.1", |
| 12 | "fuse.js": "^6.6.2", |
| 13 | "humanize-duration": "^3.27.1", |
| 14 | "immutable": "^4.1.0", |
| 15 | "jshaiku": "file:../haiku", |
| 16 | "mongodb": "^4.7.0", |
| 17 | "node-tesseract-ocr": "^2.2.1", |
| 18 | "pastebin-api": "^5.1.1", |
| 19 | "structured-clone": "^0.2.2", |
| 20 | "typescript": "^4.5.5", |
| 21 | "unscan": "^1.1.2", |
| 22 | "uuid": "^8.3.2" |
| 23 | }, |
| 24 | "name": "nucleus", |
| 25 | "version": "0.0.1", |
| 26 | "description": "Nucleus: The core of your server", |
| 27 | "main": "dist/index.js", |
| 28 | "scripts": { |
| 29 | "build": "tsc", |
| 30 | "start": "node --experimental-json-modules dist/index.js", |
| 31 | "dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.js", |
| 32 | "lint": "echo 'Style checking...'; prettier --check .; echo 'Linting...'; eslint .; echo 'To auto-fix everything possible, please run `yarn lint-fix`'; true", |
| 33 | "lint-fix": "echo 'Fixing eslint issues...'; eslint . --fix; echo 'Reformatting...'; prettier --write --loglevel warn ." |
| 34 | }, |
| 35 | "repository": { |
| 36 | "type": "git", |
| 37 | "url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git" |
| 38 | }, |
| 39 | "author": "Clicks", |
| 40 | "contributors": [ |
| 41 | "Minion3665", |
| 42 | "PineappleFan" |
| 43 | ], |
| 44 | "license": "SEE LICENSE IN LICENSE", |
| 45 | "bugs": { |
| 46 | "url": "https://github.com/ClicksMinutePer/Nucleus/issues" |
| 47 | }, |
| 48 | "homepage": "https://github.com/ClicksMinutePer/Nucleus#readme", |
| 49 | "private": false, |
| 50 | "type": "module", |
| 51 | "devDependencies": { |
| 52 | "@typescript-eslint/eslint-plugin": "^5.32.0", |
| 53 | "@typescript-eslint/parser": "^5.32.0", |
| 54 | "eslint-config-prettier": "^8.5.0", |
| 55 | "prettier": "^2.7.1" |
| 56 | } |
Skyler Turner | 66ac794 | 2022-02-24 01:59:22 +0000 | [diff] [blame] | 57 | } |