{
  "name": "@pnpm/plugin-commands-deploy",
  "version": "1002.0.39",
  "description": "Commands for deploy",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/releasing/plugin-commands-deploy",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/releasing/plugin-commands-deploy#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@types/normalize-path": "^3.0.2",
    "@zkochan/rimraf": "^3.0.2",
    "normalize-path": "^3.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "render-help": "^1.0.3",
    "@pnpm/common-cli-options-help": "1000.0.2",
    "@pnpm/config": "1004.11.0",
    "@pnpm/constants": "1001.3.1",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/error": "1000.1.0",
    "@pnpm/directory-fetcher": "1000.1.24",
    "@pnpm/fs.indexed-pkg-importer": "1000.1.26",
    "@pnpm/lockfile.types": "1002.1.0",
    "@pnpm/fs.is-empty-dir-or-nothing": "1000.0.0",
    "@pnpm/cli-utils": "1001.3.10",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/plugin-commands-installation": "1004.9.15",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@pnpm/registry-mock": "5.2.0",
    "@types/ramda": "0.29.12",
    "write-yaml-file": "^5.0.0",
    "@pnpm/assert-project": "1000.0.16",
    "@pnpm/logger": "1001.0.1",
    "@pnpm/plugin-commands-deploy": "1002.0.39",
    "@pnpm/prepare": "1000.0.16",
    "@pnpm/workspace.filter-packages-from-dir": "1000.0.65",
    "@pnpm/test-fixtures": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config/with-registry"
  },
  "scripts": {
    "start": "tsc --watch",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}