{
  "name": "@c6o/provisioner",
  "version": "0.0.17",
  "description": "Provisioner library for traxitt",
  "author": "Narayan Sainaney <narayan@sainaney.com>",
  "homepage": "https://github.com/nsainaney/traxitt#readme",
  "license": "UNLICENSED",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nsainaney/traxitt.git"
  },
  "scripts": {
    "obfuscate": "javascript-obfuscator ./lib --output ./dist --config ../../obfuscate.json",
    "postobfuscate": "rm -rf lib && mv ./dist/lib . && rmdir dist",
    "build": "tsc -b",
    "develop": "tsc -b -w --preserveWatchOutput",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/nsainaney/traxitt/issues"
  },
  "dependencies": {
    "@c6o/common": "0.0.17",
    "@c6o/kubeclient": "0.0.6",
    "@provisioner/common": "0.0.16",
    "assign-deep": "^1.0.1",
    "fast-json-patch": "^3.0.0-1",
    "inversify": "^5.0.1",
    "js-yaml": "^3.12.1",
    "kube-watch": "^0.5.4",
    "live-plugin-manager": "^0.13.1",
    "mixwith": "^0.1.1"
  }
}
