{ "name": "cath", "version": "1.4.1", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "dev": "nodemon .", "build": "tsc", "start": "node .", "docs": "npx typedoc src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/night0721/cath.git" }, "bugs": { "url": "https://github.com/night0721/cath/issues" }, "homepage": "https://cath.js.org", "keywords": [ "cath", "cath.exe", "cat", "api", "discord", "codm" ], "author": "Ń1ght#0001", "license": "CC-BY-NC-SA-4.0", "funding": { "type": "individual", "url": "https://ko-fi.com/cathteam" }, "dependencies": { "axios": "^0.21.4", "discord.js": "^13.1.0", "mongoose": "^5.13.9", "typedoc": "^0.22.4" }, "devDependencies": { "typescript": "^4.4.3" } }