@oblique/cli
Version:
Command Line Interface to manage Oblique projects
28 lines • 591 B
JSON
{
"name": "@oblique/cli",
"version": "14.1.2",
"description": "Command Line Interface to manage Oblique projects",
"keywords": [
"ob",
"oblique",
"cli",
"npmtool"
],
"bin": {
"ob": "./src/index.js"
},
"dependencies": {
"@commander-js/extra-typings": "13.1",
"chalk": "^4.1.2",
"semver": "^7.7.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/semver": "^7.7.1"
},
"license": "MIT",
"author": "Oblique Team <oblique@bit.admin.ch>",
"contributors": [
"https://github.com/oblique-bit/oblique/graphs/contributors"
]
}