{ "name": "@pnpm/plugin-commands-import", "version": "1.0.106", "description": "The import command", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=10.16" }, "scripts": { "lint": "eslint -c ../../eslint.json 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=7772 pnpm run test:e2e", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-import", "keywords": [ "pnpm", "pack", "publish" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "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.18", "@types/ncp": "^2.0.4", "ncp": "^2.0.0", "tempy": "^1.0.0" }, "dependencies": { "@pnpm/cli-utils": "workspace:0.5.2", "@pnpm/constants": "workspace:4.1.0", "@pnpm/error": "workspace:1.4.0", "@pnpm/read-project-manifest": "workspace:1.1.7", "@pnpm/store-connection-manager": "workspace:1.0.0", "@zkochan/rimraf": "^1.0.0", "load-json-file": "^6.2.0", "render-help": "^1.0.1", "supi": "workspace:0.45.0" }, "funding": "https://opencollective.com/pnpm" }