2021-06-12 12:53:51 +02:00
|
|
|
{
|
|
|
|
"name": "cath.exe",
|
2021-09-06 12:38:25 +02:00
|
|
|
"version": "3.0.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"description": "cath.exe bot created by Night",
|
|
|
|
"engines": {
|
2021-06-14 12:53:39 +02:00
|
|
|
"node": "*",
|
2021-06-12 12:53:51 +02:00
|
|
|
"npm": "*"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-09-06 12:38:25 +02:00
|
|
|
"dev": "nodemon .",
|
|
|
|
"start": "node .",
|
|
|
|
"node-update": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
|
|
|
|
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
|
|
|
|
"node-update-then-clean": "npm run node-update && npm run node-clean-cache",
|
|
|
|
"canvas": "npm uninstall canvas && npm i canvas",
|
|
|
|
"all": "npm run node-update && npm run node-clean && npm uninstall canvas && npm i canvas && node ."
|
2021-06-12 12:53:51 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/night0721/cath.git"
|
|
|
|
},
|
2021-06-12 13:16:08 +02:00
|
|
|
"keywords": [
|
|
|
|
"cat",
|
|
|
|
"cath",
|
|
|
|
"codm",
|
|
|
|
"discord",
|
|
|
|
"discord bot"
|
|
|
|
],
|
2021-06-12 12:53:51 +02:00
|
|
|
"author": "Ń1ght#0001",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/night0721/cath/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/night0721/cath#readme",
|
2021-07-13 05:17:39 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.30.0",
|
|
|
|
"eslint-config-google": "^0.14.0",
|
|
|
|
"jshint": "^2.13.0",
|
2021-09-06 12:38:25 +02:00
|
|
|
"node": "^16.6.1",
|
2021-09-09 15:25:57 +02:00
|
|
|
"prettier": "^2.4.0"
|
2021-07-13 05:17:39 +02:00
|
|
|
},
|
2021-06-12 12:53:51 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@reconlx/discord.js": "^1.1.101",
|
2021-09-07 16:37:11 +02:00
|
|
|
"axios": "^0.21.4",
|
2021-06-24 09:53:19 +02:00
|
|
|
"canvacord": "^5.2.1",
|
2021-06-12 12:53:51 +02:00
|
|
|
"canvas": "^2.8.0",
|
2021-09-09 15:24:53 +02:00
|
|
|
"cath": "^1.1.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"common-tags": "^1.8.0",
|
2021-07-13 05:17:39 +02:00
|
|
|
"cors": "^2.8.5",
|
2021-06-12 12:53:51 +02:00
|
|
|
"discord-canvas": "^1.4.1",
|
2021-09-06 14:02:33 +02:00
|
|
|
"discord-giveaways": "^5.0.1",
|
2021-07-13 05:17:39 +02:00
|
|
|
"discord-xp": "^1.1.16",
|
2021-09-06 12:38:25 +02:00
|
|
|
"discord.js": "^13.1.0",
|
2021-07-13 05:17:39 +02:00
|
|
|
"dotenv": "^10.0.0",
|
|
|
|
"erela.js": "^2.3.3",
|
|
|
|
"erela.js-spotify": "^1.2.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-session": "^1.17.2",
|
2021-07-13 05:17:39 +02:00
|
|
|
"figlet": "^1.5.0",
|
2021-09-06 12:38:25 +02:00
|
|
|
"glob": "^7.1.7",
|
2021-06-12 12:53:51 +02:00
|
|
|
"goosecache": "^9.0.14",
|
|
|
|
"imageapi.js": "^1.7.0",
|
2021-09-06 14:02:07 +02:00
|
|
|
"leven": "^4.0.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"lyrics-finder": "^21.7.0",
|
|
|
|
"moment": "^2.29.1",
|
2021-09-07 16:38:52 +02:00
|
|
|
"mongoose": "^5.13.9",
|
2021-06-12 12:53:51 +02:00
|
|
|
"ms": "^2.1.3",
|
2021-09-06 15:23:06 +02:00
|
|
|
"node-fetch": "^2.6.2",
|
2021-09-07 16:37:42 +02:00
|
|
|
"node-superfetch": "^0.2.3",
|
2021-06-12 12:53:51 +02:00
|
|
|
"quick.db": "^7.1.3",
|
2021-07-13 05:17:39 +02:00
|
|
|
"quickchart-js": "^1.2.0",
|
2021-09-07 16:37:11 +02:00
|
|
|
"reconlx": "^2.4.3",
|
2021-09-07 16:36:53 +02:00
|
|
|
"soundcloud-downloader": "^1.0.0",
|
2021-06-14 12:53:39 +02:00
|
|
|
"string-toolkit": "^1.4.0",
|
2021-06-24 09:53:19 +02:00
|
|
|
"superscript-text": "^1.0.0",
|
2021-09-06 12:38:25 +02:00
|
|
|
"weky": "^3.1.5"
|
2021-06-12 12:53:51 +02:00
|
|
|
}
|
|
|
|
}
|