{ "name": "@pnpm/plugin-commands-deploy", "version": "1.0.3", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "exports": { ".": "./lib/index.js" }, "engines": { "node": ">=14.6" }, "scripts": { "start": "tsc --watch", "lint": "eslint src/**/*.ts test/**/*.ts", "registry-mock": "registry-mock", "test:jest": "jest", "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7773 pnpm run test:e2e", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-deploy", "keywords": [ "pnpm7", "pnpm" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-deploy#readme", "devDependencies": { "@pnpm/assert-project": "workspace:*", "@pnpm/filter-workspace-packages": "workspace:5.0.17", "@pnpm/lockfile-types": "workspace:4.2.0", "@pnpm/logger": "^4.0.0", "@pnpm/plugin-commands-deploy": "workspace:1.0.3", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.20.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:0.7.17", "@pnpm/directory-fetcher": "workspace:3.0.7", "@pnpm/error": "workspace:3.0.1", "@pnpm/fs.indexed-pkg-importer": "workspace:1.0.0", "@pnpm/plugin-commands-installation": "workspace:10.3.6", "@zkochan/rimraf": "^2.1.2", "render-help": "^1.0.1" }, "peerDependencies": { "@pnpm/logger": "^4.0.0" } }