cath/package.json
2023-04-21 22:12:42 +01:00

43 lines
912 B
JSON

{
"name": "cath",
"version": "1.5.17",
"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": "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.25.0",
"discord.js": "^13.6.0",
"mongoose": "^5.13.10",
"typedoc": "^0.22.11"
},
"devDependencies": {
"typescript": "^4.4.3"
}
}