toad-cli
Version:
The command line interface for communicating with toad-server
48 lines • 998 B
JSON
{
"name": "toad-cli",
"version": "1.0.10",
"description": "The command line interface for communicating with toad-server",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"homepage": "https://github.com/sunneydev/toad",
"repository": {
"type": "git",
"url": "https://github.com/sunneydev/toad",
"directory": "apps/cli"
},
"bin": {
"toad": "./dist/index.js"
},
"type": "module",
"files": [
"dist"
],
"preferGlobal": true,
"keywords": [
"pm2",
"toad",
"toad-cli",
"toad-server"
],
"dependencies": {
"@sunney/requests": "^0.2.7",
"commander": "^10.0.1",
"conf": "^11.0.1",
"prompts": "^2.4.2",
"tar": "^6.1.15"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/prompts": "^2.4.4",
"@types/tar": "^6.1.5",
"tsup": "6.7.0",
"typescript": "5.0.4"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}