mirror of https://github.com/clickscodes/nucleus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.5 KiB
64 lines
2.5 KiB
{
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.12.0",
|
|
"@hokify/agenda": "^6.2.12",
|
|
"@tsconfig/node18-strictest-esm": "^1.0.0",
|
|
"@ungap/structured-clone": "^1.0.1",
|
|
"agenda": "^4.3.0",
|
|
"body-parser": "^1.20.0",
|
|
"discord-api-types": "^0.37.9",
|
|
"discord.js": "^14.3.0",
|
|
"eslint": "^8.21.0",
|
|
"express": "^4.18.1",
|
|
"form-data": "^4.0.0",
|
|
"fuse.js": "^6.6.2",
|
|
"humanize-duration": "^3.27.1",
|
|
"immutable": "^4.1.0",
|
|
"jshaiku": "git+https://github.com/ClicksMinutePer/haiku.git#nucleus",
|
|
"mongodb": "^4.7.0",
|
|
"node-tesseract-ocr": "^2.2.1",
|
|
"pastebin-api": "^5.1.1",
|
|
"structured-clone": "^0.2.2",
|
|
"typescript": "^4.5.5",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"name": "nucleus",
|
|
"version": "0.0.1",
|
|
"description": "Nucleus: The core of your server",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node --experimental-json-modules --enable-source-maps dist/index.js",
|
|
"dev": "rm -rf dist && eslint src --fix && tsc && node --experimental-json-modules --enable-source-maps dist/index.js",
|
|
"force-dev": "rm -rf dist && eslint src --fix; tsc-suppress && 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-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",
|
|
"setup": "node Installer.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/ClicksMinutePer/Nucleus.git"
|
|
},
|
|
"author": "Clicks",
|
|
"contributors": [
|
|
"Minion3665",
|
|
"PineappleFan"
|
|
],
|
|
"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": {
|
|
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
"@typescript-eslint/parser": "^5.32.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-eslint": "^15.0.1",
|
|
"tsc-suppress": "^1.0.7"
|
|
}
|
|
}
|