@kibot/cli
Version:
🧙 Kibot's command line tool written in node
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "@kibot/cli",
"version": "0.1.5",
"description": "🧙 Kibot's command line tool written in node",
"author": "https://github.com/Ekisa-Team",
"license": "ISC",
"main": "./dist/kibot.js",
"files": [
"dist/"
],
"bin": {
"kibot": "./dist/kibot.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/juanmesa2097/kibot-cli-node"
},
"bugs": {
"url": "https://github.com/juanmesa2097/kibot-cli-node/issues"
},
"homepage": "https://github.com/juanmesa2097/kibot-cli-node",
"keywords": [
"Ekisa",
"Kibot",
"Kibot cli"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
},
"dependencies": {
"chalk": "4",
"commander": "^9.2.0",
"cross-fetch": "^3.1.5",
"msnodesqlv8": "^2.4.7",
"mssql": "^8.1.0"
},
"devDependencies": {
"@types/mssql": "^7.1.5",
"@types/node": "^17.0.30",
"tsup": "^5.12.6",
"typescript": "^4.6.4"
}
}