{
  "name": "curios",
  "description": "CLI for We The Curious CuriOs SDK",
  "version": "0.1.3",
  "author": "Seamus Foley",
  "preferGlobal": true,
  "bin": {
    "curios": "./bin/run"
  },
  "bugs": "https://github.com/We The Curious/toolkit-curiosCli-node/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "@types/inquirer": "0.0.43",
    "@types/ncp": "^2.0.1",
    "@types/node-fetch": "^2.3.2",
    "@types/nodegit": "^0.24.6",
    "@types/type-check": "^0.3.27",
    "@types/unzip": "^0.1.1",
    "chalk": "^2.4.2",
    "cli-ux": "^5.2.1",
    "inquirer": "^6.2.1",
    "ncp": "^2.0.0",
    "node-fetch": "^2.3.0",
    "node-stream-zip": "^1.8.0",
    "nodegit": "^0.24.1",
    "simple-git": "^1.110.0",
    "tslib": "^1",
    "type-check": "^0.3.2",
    "unzip": "^0.1.11"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@oclif/tslint": "^3",
    "@types/chai": "^4",
    "@types/mocha": "^5",
    "@types/node": "^10",
    "chai": "^4",
    "globby": "^8",
    "lerna": "^3.13.4",
    "mocha": "^5",
    "nyc": "^13",
    "ts-node": "^7",
    "tslint": "^5",
    "typescript": "^3.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/We The Curious/toolkit-curiosCli-node",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "curios",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "https://bitbucket.org/wethecurious/toolkit-curioscli-node.git",
  "scripts": {
    "deploy": "npm version patch &&  npm publish --access=public",
    "start": "echo Run ./bin/run to test the cli",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tslint -p test -t stylish",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
