@boat/cli
Version:
A simple CLI to start your Boat projects
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "@boat/cli",
"version": "1.0.0-alpha.2",
"description": "A simple CLI to start your Boat projects",
"bin": {
"boat": "./bin/boat"
},
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getcanal/boat-cli.git"
},
"keywords": [
"boat",
"canal",
"cli",
"node"
],
"author": "Wilson Hobbs",
"license": "MIT",
"bugs": {
"url": "https://github.com/getcanal/boat-cli/issues"
},
"homepage": "https://github.com/getcanal/boat-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"git": "^0.1.5",
"inquirer": "^3.0.6",
"path-exists": "^3.0.0",
"shelljs": "^0.7.7",
"typescript": "^2.2.2"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/commander": "^2.3.31",
"@types/git": "0.0.18",
"@types/inquirer": "0.0.32",
"@types/path-exists": "^1.0.29",
"@types/shelljs": "^0.7.0"
}
}