{
  "name": "pwsh",
  "version": "0.3.0-pwsh6.0.3",
  "description": "Install PowerShell Core via npm, allowing you to use it in npm scripts and node projects.",
  "bin": {
    "pwsh": "./bin/pwsh"
  },
  "scripts": {
    "postinstall": "node ./npm_lifecycle_postinstall.js",
    "dump-env": "node -e console.dir(process.env)"
  },
  "author": "Andrew Bradley <cspotcode@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cspotcode/npm-pwsh.git"
  },
  "homepage": "https://github.com/cspotcode/npm-pwsh",
  "bugs": {
    "url": "https://github.com/cspotcode/npm-pwsh/issues"
  },
  "keywords": [
    "PowerShell",
    "pwsh",
    "scripts",
    "shell",
    "npm"
  ],
  "dependencies": {
    "tar": "^4.1.1"
  },
  "devDependencies": {
    "@octokit/core": "^3.1.2",
    "@octokit/plugin-paginate-rest": "^2.3.0",
    "@octokit/plugin-rest-endpoint-methods": "^4.1.2",
    "@types/cross-spawn": "^6.0.0",
    "@types/get-stream": "^3.0.1",
    "@types/mkdirp": "^0.5.1",
    "@types/mocha": "^8.0.1",
    "@types/node": "^14.0.27",
    "@types/request": "^2.0.4",
    "@types/request-promise": "^4.1.38",
    "@types/rimraf": "^3.0.0",
    "@types/semver": "^7.3.1",
    "@types/tar": "^4.0.0",
    "@types/unzipper": "^0.8.4",
    "@types/webpack": "^4.4.9",
    "@types/which": "^1.3.1",
    "cmd-shim": "^2.0.2",
    "cross-spawn": "^6.0.5",
    "execa": "^4.0.3",
    "get-stream": "^3.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^8.1.1",
    "outdent": "^0.7.1",
    "path-key": "^3.1.1",
    "request": "^2.83.0",
    "request-promise": "^4.2.2",
    "rimraf": "^3.0.2",
    "semver": "^7.3.2",
    "source-map-loader": "^0.2.3",
    "ts-node": "^7.0.1",
    "tslib": "^1.9.3",
    "typescript": "^3.9.7",
    "unzipper": "^0.9.2",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0",
    "which": "^1.3.0"
  },
  "files": [
    "bin",
    "dist",
    "npm_lifecycle_postinstall.js"
  ]
}
