2021-06-12 12:53:51 +02:00
|
|
|
{
|
|
|
|
"name": "cath.exe",
|
2022-01-08 01:07:13 +01:00
|
|
|
"version": "0.0.1",
|
2021-11-18 18:56:42 +01:00
|
|
|
"description": "NYX bot created by Team NYX",
|
2021-06-12 12:53:51 +02:00
|
|
|
"engines": {
|
2021-06-14 12:53:39 +02:00
|
|
|
"node": "*",
|
2021-06-12 12:53:51 +02:00
|
|
|
"npm": "*"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-09-06 12:38:25 +02:00
|
|
|
"dev": "nodemon .",
|
|
|
|
"start": "node .",
|
2021-11-18 18:56:42 +01:00
|
|
|
"lint": "eslint .",
|
2021-09-06 12:38:25 +02:00
|
|
|
"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",
|
2021-11-18 18:56:42 +01:00
|
|
|
"all": "npm run node-update && npm run node-clean"
|
2021-06-12 12:53:51 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-18 18:56:42 +01:00
|
|
|
"url": "git+https://github.com/night0721/cath.exe.git"
|
2021-06-12 12:53:51 +02:00
|
|
|
},
|
2021-06-12 13:16:08 +02:00
|
|
|
"keywords": [
|
2021-11-18 18:56:42 +01:00
|
|
|
"bot",
|
|
|
|
"nyx",
|
2021-06-12 13:16:08 +02:00
|
|
|
"codm",
|
|
|
|
"discord",
|
2021-11-18 18:56:42 +01:00
|
|
|
"gunsmith"
|
2021-06-12 13:16:08 +02:00
|
|
|
],
|
2021-06-12 12:53:51 +02:00
|
|
|
"author": "Ń1ght#0001",
|
2021-11-18 18:56:42 +01:00
|
|
|
"license": "CC-BY-NC-SA-4.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"bugs": {
|
2021-11-18 18:56:42 +01:00
|
|
|
"url": "https://github.com/night0721/cath.exe/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/night0721/cath.exe#readme",
|
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://ko-fi.com/cathteam"
|
2021-06-12 12:53:51 +02:00
|
|
|
},
|
2021-07-13 05:17:39 +02:00
|
|
|
"devDependencies": {
|
2022-01-08 01:07:13 +01:00
|
|
|
"node": "^17.3.0"
|
2021-07-13 05:17:39 +02:00
|
|
|
},
|
2021-06-12 12:53:51 +02:00
|
|
|
"dependencies": {
|
2021-11-18 18:56:42 +01:00
|
|
|
"axios": "^0.24.0",
|
|
|
|
"cath": "^1.4.6",
|
2022-01-08 01:07:13 +01:00
|
|
|
"discord.js": "^13.5.1",
|
2022-01-11 14:17:11 +01:00
|
|
|
"dotenv": "^11.0.0",
|
2021-07-13 05:17:39 +02:00
|
|
|
"erela.js": "^2.3.3",
|
|
|
|
"erela.js-spotify": "^1.2.0",
|
2021-06-12 12:53:51 +02:00
|
|
|
"goosecache": "^9.0.14",
|
|
|
|
"moment": "^2.29.1",
|
2022-01-08 01:07:13 +01:00
|
|
|
"mongoose": "^5.13.14",
|
2021-12-08 14:28:38 +01:00
|
|
|
"quickchart-js": "^2.0.3"
|
2021-06-12 12:53:51 +02:00
|
|
|
}
|
|
|
|
}
|