{
  "name": "@oblique/cli",
  "version": "13.3.0",
  "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.0"
  },
  "license": "MIT",
  "author": "Oblique Team <oblique@bit.admin.ch>",
  "contributors": [
    "https://github.com/oblique-bit/oblique/graphs/contributors"
  ]
}