Files
pnpm/packages/plugin-commands-import/package.json
2019-12-18 03:35:36 +02:00

57 lines
1.6 KiB
JSON

{
"name": "@pnpm/plugin-commands-import",
"version": "0.1.7",
"description": "The import command",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"registry-mock": "registry-mock",
"test:tap": "ts-node test --type-check",
"pretest:e2e": "registry-mock prepare",
"test:e2e": "run-p -r registry-mock test:tap",
"test": "pnpm run tsc && pnpm run lint && cross-env PNPM_REGISTRY_MOCK_PORT=7776 pnpm run test:e2e",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-import",
"keywords": [
"pnpm",
"pack",
"publish"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://pnpm.js.org",
"devDependencies": {
"@pnpm/assert-project": "workspace:2.0.0",
"@pnpm/plugin-commands-import": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@types/ncp": "2.0.3",
"ncp": "2.0.0",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.2.4",
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/read-importer-manifest": "workspace:2.0.1",
"@pnpm/store-connection-manager": "workspace:0.2.4",
"@zkochan/rimraf": "1.0.0",
"load-json-file": "6.2.0",
"render-help": "0.0.0",
"supi": "workspace:0.37.5"
}
}