{
  "name": "@wundergraph/wunderctl",
  "version": "0.180.0",
  "license": "Apache-2.0",
  "description": "WunderGraph Command Line Interface",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "download"
  ],
  "bin": {
    "wunderctl": "./dist/bin/cli.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wundergraph/wundergraph.git"
  },
  "homepage": "https://wundergraph.com",
  "author": {
    "name": "WunderGraph Maintainers",
    "email": "info@wundergraph.com"
  },
  "bugs": {
    "url": "https://github.com/wundergraph/wundergraph/issues"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/node": "^14.18.16",
    "@types/rimraf": "^3.0.0",
    "@types/tar": "^6.1.4",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "axios": "^0.26.1",
    "debug": "^4.3.4",
    "execa": "5.1.1",
    "rimraf": "^3.0.2",
    "tar": "^6.1.13"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "devinstall": "node dist/bin/install.js",
    "postinstall": "node dist/bin/install.js",
    "postuninstall": "node dist/bin/uninstall.js"
  }
}