{ "name": "cath", "version": "2.0.1", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "start": "node .", "docs": "npx typedoc src/index.ts" }, "repository": { "type": "git", "url": "https://codeberg.org/night0721/cath.git" }, "bugs": { "url": "https://codeberg.org/night0721/cath/issues" }, "homepage": "https://cath.js.org", "keywords": [ "cath", "cath.exe", "cat", "api", "discord", "codm" ], "author": "night0721", "license": "GPL-3.0", "funding": { "type": "individual", "url": "https://ko-fi.com/cathteam" }, "dependencies": { "axios": "^0.25.0", "discord.js": "^13.6.0", "mongoose": "^5.13.10", "typedoc": "^0.22.11" }, "devDependencies": { "typescript": "^4.4.3" } }