create-guilded-bot/packages/cli/package.json
2022-11-22 16:43:18 +05:30

43 lines
No EOL
1,007 B
JSON

{
"name": "create-guilded-bot",
"version": "0.2.2",
"description": "",
"main": "dist/src/index.js",
"bin": {
"create-guilded-bot": "dist/src/index.js"
},
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "ts-node-dev ./src/index.ts",
"start": "ts-node ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"files": [
"dist/*"
],
"dependencies": {
"axios": "^1.1.3",
"eslint-config-custom": "workspace:*",
"fs-extra": "^10.1.0",
"inquirer": "8.2.3",
"kleur": "^4.1.5",
"got": "11.8.1",
"gradient-string": "^2.0.2",
"unzip-stream": "^0.3.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "8.2.3",
"@types/node": "^18.11.9",
"@types/prompt": "^1.1.4",
"@types/unzip-stream": "^0.3.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig": "workspace:*",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}