{ "name": "@pnpm/plugin-commands-deploy", "version": "1.1.0", "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:*", "@pnpm/lockfile-types": "workspace:*", "@pnpm/logger": "^4.0.0", "@pnpm/plugin-commands-deploy": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.0.0-3" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/directory-fetcher": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fs.indexed-pkg-importer": "workspace:*", "@pnpm/plugin-commands-installation": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "^2.1.2", "render-help": "^1.0.2" }, "peerDependencies": { "@pnpm/logger": "^4.0.0" } }