cath/package.json
2021-09-18 17:30:10 +08:00

43 lines
1.3 KiB
JSON

{
"name": "cath",
"version": "1.2.5",
"description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon .",
"build": "tsc",
"start": "node .",
"node-update": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
"node-update-then-clean": "npm run node-update && npm run node-clean-cache",
"canvas": "npm uninstall canvas && npm i canvas",
"all": "npm run node-update && npm run node-clean && npm uninstall canvas && npm i canvas && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/night0721/cath.git"
},
"bugs": {
"url": "https://github.com/night0721/cath/issues"
},
"homepage": "https://github.com/night0721/cath#readme",
"keywords": [
"cath",
"cath.exe",
"cat",
"api",
"discord",
"codm"
],
"author": "Ń1ght#0001",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.4",
"discord.js": "^13.1.0"
},
"devDependencies": {
"typescript": "^4.4.3"
}
}