{ "name": "@pnpm/plugin-commands-import", "version": "3.1.14", "description": "The import command", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "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": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-import", "keywords": [ "pnpm6", "pnpm", "pack", "publish" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-import#readme", "devDependencies": { "@pnpm/assert-project": "workspace:*", "@pnpm/prepare": "workspace:0.0.26", "@types/ncp": "^2.0.4", "@types/yarnpkg__lockfile": "^1.1.5", "@yarnpkg/lockfile": "^1.1.0", "ncp": "^2.0.0", "tempy": "^1.0.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:0.6.27", "@pnpm/constants": "workspace:5.0.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/graceful-fs": "workspace:1.0.0", "@pnpm/read-project-manifest": "workspace:2.0.5", "@pnpm/store-connection-manager": "workspace:3.1.0", "@zkochan/rimraf": "^2.1.1", "load-json-file": "^6.2.0", "path-exists": "^4.0.0", "render-help": "^1.0.1", "@pnpm/core": "workspace:1.0.0" }, "funding": "https://opencollective.com/pnpm" }