{
  "name": "@symetrical/cli",
  "description": "The Symetrical Framework CLI",
  "version": "3.7.6",
  "author": "Tots",
  "bin": {
    "sm": "./bin/run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/symetrical/symetrical-cli.git"
  },
  "dependencies": {
    "@oclif/command": "^1.5.13",
    "@oclif/config": "^1.12.12",
    "@oclif/plugin-help": "^2.1.6",
    "@symetrical/core": "^2.9.0",
    "chalk": "^2.4.2",
    "json5": "^2.1.0",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.22.0",
    "@oclif/tslint": "^3.1.1",
    "@types/json5": "0.0.30",
    "@types/node": "^10.14.5",
    "globby": "^8.0.2",
    "rimraf": "^2.6.3",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/Starter Kit",
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "sm",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "posttest": "tslint -p . -t stylish",
    "prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "echo NO TESTS",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
