skorbaz-updater
Version:
A CLI tool to handle Skorbaz App hot updates
38 lines • 824 B
JSON
{
"name": "skorbaz-updater",
"version": "1.0.5",
"description": "A CLI tool to handle Skorbaz App hot updates",
"main": "dist/index.js",
"bin": {
"skorbaz-updater": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepare": "npm run build",
"upload": "bun run build && npm publish"
},
"devDependencies": {
"@types/ascii-art": "^1.4.3",
"@types/bun": "latest",
"@types/figlet": "^1.7.0",
"@types/node": "^20.19.9",
"typescript": "^5.8.3"
},
"dependencies": {
"canvas": "^3.1.2",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"figlet": "^1.8.2",
"inquirer": "^12.8.2"
},
"keywords": [
"cli",
"skorbaz",
"updater",
"hot-update"
],
"author": "",
"license": "MIT"
}