nyx/package.json
2021-07-13 11:17:39 +08:00

74 lines
1.8 KiB
JSON

{
"name": "cath.exe",
"version": "2.0.1",
"description": "cath.exe bot created by Night",
"engines": {
"node": "*",
"npm": "*"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js",
"dashboard": "cd dashboard && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/night0721/cath.git"
},
"keywords": [
"cat",
"cath",
"codm",
"discord",
"discord bot"
],
"author": "Ń1ght#0001",
"license": "ISC",
"bugs": {
"url": "https://github.com/night0721/cath/issues"
},
"homepage": "https://github.com/night0721/cath#readme",
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-google": "^0.14.0",
"jshint": "^2.13.0",
"prettier": "^2.3.2"
},
"dependencies": {
"@reconlx/discord.js": "^1.1.101",
"axios": "^0.21.1",
"canvacord": "^5.2.1",
"canvas": "^2.8.0",
"cath": "^1.0.7",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^4.5.1",
"discord-xp": "^1.1.16",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"figlet": "^1.5.0",
"goosecache": "^9.0.14",
"imageapi.js": "^1.7.0",
"leven": "^3.1.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.1.11",
"quick.db": "^7.1.3",
"quickchart-js": "^1.2.0",
"reconlx": "^1.3.3",
"soundcloud-downloader": "^0.2.4",
"string-toolkit": "^1.4.0",
"superscript-text": "^1.0.0",
"weky": "^1.9.9"
}
}