{ "name": "cuubot", "version": "0.0.0", "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "keywords": [ "pridepack" ], "devDependencies": { "@types/node": "^18.14.1", "eslint": "^8.35.0", "eslint-config-lxsmnsyc": "^0.5.0", "pridepack": "2.4.4", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.28.1" }, "dependencies": { "discord.js": "^14.7.1", "dotenv": "^16.0.3", "fetch-ponyfill": "^7.1.0" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest" }, "private": true, "description": "CuuBot", "repository": { "url": "https://code.modal.sh/TheoryOfNekomata/cuubot", "type": "git" }, "homepage": "https://code.modal.sh/TheoryOfNekomata/cuubot", "bugs": { "url": "https://code.modal.sh/TheoryOfNekomata/cuubot/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "restricted" } }