nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

package.json (1371B)


      1 {
      2   "name": "cath.exe",
      3   "version": "0.0.1",
      4   "description": "NYX bot created by Team NYX",
      5   "engines": {
      6     "node": "*",
      7     "npm": "*"
      8   },
      9   "main": "index.js",
     10   "scripts": {
     11     "dev": "node . --dev",
     12     "start": "node . --prod",
     13     "node-update": "npm i --save-dev node@17 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
     14     "node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
     15     "all": "npm run node-update && npm run node-clean"
     16   },
     17   "repository": {
     18     "type": "git",
     19     "url": "git+https://github.com/night0721/cath.exe.git"
     20   },
     21   "keywords": [
     22     "bot",
     23     "nyx",
     24     "codm",
     25     "discord",
     26     "gunsmith"
     27   ],
     28   "author": "Night Kaly",
     29   "license": "GNU General Public License v3.0",
     30   "bugs": {
     31     "url": "https://github.com/night0721/cath.exe/issues"
     32   },
     33   "homepage": "https://github.com/night0721/cath.exe#readme",
     34   "funding": {
     35     "type": "individual",
     36     "url": "https://ko-fi.com/cathteam"
     37   },
     38   "devDependencies": {
     39     "node": "^19.0.0"
     40   },
     41   "dependencies": {
     42     "axios": "^1.1.3",
     43     "cath": "^1.5.13",
     44     "discord.js": "^14.9.0",
     45     "dotenv": "^16.0.3",
     46     "goosecache": "^9.0.14",
     47     "mongoose": "^5.13.14",
     48     "quickchart-js": "^3.1.0"
     49   }
     50 }