{
  "name": "@formicarium/cli",
  "version": "1.7.2",
  "description": "A CLI to operate on Formicarium",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Formicarium",
  "bin": {
    "fmc": "./bin/run"
  },
  "bugs": "https://github.com/formicarium/fmc/issues",
  "dependencies": {
    "@formicarium/common": "^1.5.2",
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-autocomplete": "^0.1.0",
    "@oclif/plugin-help": "^2",
    "cli-highlight": "^2.0.0",
    "cli-ux": "^5.2.1",
    "inquirer": "^6.1.0",
    "ora": "^3.0.0",
    "signale": "^1.2.1",
    "tsconfig-paths": "^3.5.0",
    "tslib": "^1",
    "tty-table": "^2.6.8",
    "yaml": "^1.4.0"
  },
  "devDependencies": {
    "@formicarium/tools": "^1.2.2",
    "@oclif/dev-cli": "^1.18.0",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/get-port": "^3.2.0",
    "@types/inquirer": "^0.0.42",
    "@types/jest": "^23.3.1",
    "@types/node": "^10",
    "@types/ora": "^1.3.4",
    "@types/signale": "^1.2.0",
    "typescript": "^3.0.3"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/formicarium/fmc/tree/master/packages/cli",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "fmc",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-autocomplete"
    ]
  },
  "repository": "formicarium/fmc",
  "scripts": {
    "clean": "rimraf lib",
    "build": "tsc -p .",
    "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
    "test:watch": "nyc mocha --forbid-only \"test/**/*.test.ts\" --watch",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json",
    "readme": "oclif-dev readme",
    "manifest": "oclif-dev manifest",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
    "prepack": "yarn clean && yarn build && yarn manifest",
    "version": "yarn readme && git add README.md"
  },
  "types": "lib/index.d.ts",
  "gitHead": "9febd1b58fefc04f042b39279d8a137915b04427"
}
