nyx/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-22 16:27:42 +01:00
{
"name": "cath.exe",
"version": "0.0.1",
"description": "NYX bot created by Team NYX",
"engines": {
"node": "*",
"npm": "*"
},
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"start": "node .",
"lint": "eslint .",
2022-01-22 19:53:27 +01:00
"node-update": "npm i --save-dev node@17 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
2022-01-22 16:27:42 +01:00
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
"all": "npm run node-update && npm run node-clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/night0721/cath.exe.git"
},
"keywords": [
"bot",
"nyx",
"codm",
"discord",
"gunsmith"
],
"author": "Ń1ght#0001",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"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"
},
"devDependencies": {
"node": "^19.0.0"
2022-01-22 16:27:42 +01:00
},
"dependencies": {
"axios": "^1.1.3",
2023-01-31 15:06:38 +01:00
"cath": "^1.5.0",
2022-10-26 12:38:28 +02:00
"discord.js": "^14.6.0",
2023-01-31 15:06:38 +01:00
"dotenv": "^16.0.3",
2022-01-22 16:27:42 +01:00
"goosecache": "^9.0.14",
2023-01-31 15:06:38 +01:00
"moment": "^2.29.4",
2022-01-22 16:27:42 +01:00
"mongoose": "^5.13.14",
2023-01-31 15:06:38 +01:00
"quickchart-js": "^3.1.0"
2022-01-22 16:27:42 +01:00
}
}