blob: ca786a7287585d86055b5253ae87a8a04f502e60 [file] [log] [blame]
{
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@ungap/structured-clone": "^1.0.1",
"agenda": "^4.3.0",
"body-parser": "^1.20.0",
"discord.js": "13.8.1",
"express": "^4.18.1",
"fuse.js": "^6.6.2",
"humanize": "^0.0.9",
"humanize-duration": "^3.27.1",
"jshaiku": "file:../haiku",
"json-diff": "^0.7.1",
"mongodb": "^4.7.0",
"node-tesseract": "^0.2.7",
"node-tesseract-ocr": "^2.2.1",
"opencv.js": "^1.2.1",
"pastebin-api": "^5.1.1",
"structured-clone": "^0.2.2",
"typescript": "^4.5.5",
"unscan": "^1.1.2",
"uuid": "^8.3.2"
},
"name": "nucleus",
"version": "0.0.1",
"description": "Nucleus: The core Clicks bot",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node --experimental-json-modules dist/index.js",
"dev": "rm -rf dist && tsc && node --experimental-json-modules dist/index.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"
}