{
  "name": "@provisioner/common",
  "version": "0.0.16",
  "description": "Common stuff for provisioners",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc -b",
    "test": "echo \"Error: no test specified\" && exit 1",
    "develop": "tsc -b -w --preserveWatchOutput"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nsainaney/traxitt.git"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "codezero",
    "provisioner"
  ],
  "author": "Narayan Sainaney",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nsainaney/traxitt/issues"
  },
  "homepage": "https://github.com/nsainaney/traxitt#readme",
  "dependencies": {
    "@c6o/kubeclient": "0.0.6",
    "debug": "^4.1.1",
    "generate-password": "^1.4.1",
    "jsonpointer": "^4.1.0",
    "mixwith": "^0.1.1",
    "ulid": "^2.3.0"
  },
  "gitHead": "af20e561535ac81e5c11170016d81e8658d2dbc7"
}
