cath/package.json

45 lines
933 B
JSON
Raw Normal View History

2021-09-08 22:19:10 +02:00
{
2021-09-13 18:12:45 +02:00
"name": "cath",
2021-10-15 23:55:16 +02:00
"version": "1.4.1",
2021-09-08 22:19:10 +02:00
"description": "A powerful package that can interact with Cath API",
2021-09-13 13:25:00 +02:00
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
2021-09-08 22:19:10 +02:00
"scripts": {
"dev": "nodemon .",
2021-09-13 13:25:00 +02:00
"build": "tsc",
2021-09-08 22:19:10 +02:00
"start": "node .",
2021-10-15 11:24:59 +02:00
"docs": "npx typedoc src/index.ts"
2021-09-08 22:19:10 +02:00
},
"repository": {
"type": "git",
2021-09-14 23:48:48 +02:00
"url": "git+https://github.com/night0721/cath.git"
2021-09-08 22:19:10 +02:00
},
"bugs": {
2021-09-14 23:48:48 +02:00
"url": "https://github.com/night0721/cath/issues"
2021-09-08 22:19:10 +02:00
},
2021-10-09 02:50:42 +02:00
"homepage": "https://cath.js.org",
2021-09-08 22:19:10 +02:00
"keywords": [
"cath",
"cath.exe",
"cat",
"api",
"discord",
"codm"
],
"author": "Ń1ght#0001",
2021-09-30 00:46:54 +02:00
"license": "CC-BY-NC-SA-4.0",
2021-10-15 11:24:59 +02:00
"funding": {
"type": "individual",
"url": "https://ko-fi.com/cathteam"
},
2021-09-08 22:19:10 +02:00
"dependencies": {
"axios": "^0.21.4",
2021-09-19 15:31:16 +02:00
"discord.js": "^13.1.0",
2021-10-09 02:50:42 +02:00
"mongoose": "^5.13.9",
2021-09-19 15:31:16 +02:00
"typedoc": "^0.22.4"
2021-09-13 13:25:00 +02:00
},
"devDependencies": {
"typescript": "^4.4.3"
2021-09-08 22:19:10 +02:00
}
}