{
  "name": "@zenclabs/api",
  "version": "0.1.22",
  "author": "Francois Wouts",
  "bin": {
    "api": "./bin/run"
  },
  "bugs": "https://github.com/zenclabs/typed-api/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "fs-extra": "^7.0.0",
    "inquirer": "^6.2.0",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.11",
    "tslib": "^1",
    "typescript": "^3.1.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@types/chai": "^4",
    "@types/fs-extra": "^5.0.4",
    "@types/inquirer": "^0.0.43",
    "@types/jest": "^23.3.5",
    "@types/js-yaml": "^3.11.2",
    "@types/lodash": "^4.14.117",
    "@types/node": "^10",
    "globby": "^8",
    "jest": "^23.6.0",
    "prettier": "^1.14.3",
    "ts-jest": "^23.10.4",
    "ts-node": "^7"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "bin",
    "build",
    "index.d.ts",
    "index.js",
    "npm-shrinkwrap.json",
    "oclif.manifest.json"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/zenclabs/typed-api",
  "license": "MIT",
  "oclif": {
    "commands": "./build/cli/src/commands",
    "bin": "api",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "zenclabs/typed-api",
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "prepack": "rm -rf build; tsc -b --force && rm -rf build/examples && oclif-dev manifest && oclif-dev readme",
    "test": "jest",
    "release": "yarn version && oclif-dev readme && git add README.md && git commit README.md -m \"Update README\" && git push && npm publish"
  }
}
