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.
|
|
|
|
{
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@discordjs/builders": "^0.12.0",
|
|
|
|
|
"discord.js": "^13.6.0",
|
|
|
|
|
"humanize": "^0.0.9",
|
|
|
|
|
"humanize-duration": "^3.27.1",
|
|
|
|
|
"jshaiku": "file:../haiku",
|
|
|
|
|
"json-diff": "^0.7.1",
|
|
|
|
|
"tesseract.js": "^2.1.5",
|
|
|
|
|
"typescript": "^4.5.5",
|
|
|
|
|
"unscan": "^1.1.2"
|
|
|
|
|
},
|
|
|
|
|
"name": "nucleus",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "Nucleus: The core Clicks Minute Per 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 Minute Per",
|
|
|
|
|
"contributors": [
|
|
|
|
|
"Minion3665",
|
|
|
|
|
"PineappleFan"
|
|
|
|
|
],
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/ClicksMinutePer/Nucleus/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/ClicksMinutePer/Nucleus#readme",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module"
|
|
|
|
|
}
|