Files
pnpm/packages/make-dedicated-lockfile/package.json
2021-03-05 00:27:02 +02:00

57 lines
1.7 KiB
JSON

{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.1.21",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"bin": "./bin/make-dedicated-lockfile.js",
"files": [
"lib",
"!*.map",
"bin"
],
"engines": {
"node": ">=10.16"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"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/make-dedicated-lockfile",
"keywords": [
"pnpm",
"make-dedicated-lockfile"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/make-dedicated-lockfile#readme",
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/exec": "^2.0.0",
"@pnpm/exportable-manifest": "workspace:1.2.2",
"@pnpm/find-workspace-dir": "workspace:2.0.0",
"@pnpm/lockfile-file": "workspace:3.2.1",
"@pnpm/logger": "^3.2.3",
"@pnpm/prune-lockfile": "workspace:2.0.19",
"@pnpm/read-project-manifest": "workspace:1.1.7",
"@pnpm/types": "workspace:6.4.0",
"mz": "^2.7.0",
"ramda": "^0.27.1",
"rename-overwrite": "^3.0.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@types/mz": "^2.7.3",
"@types/ncp": "^2.0.4",
"@types/ramda": "^0.27.35",
"ncp": "^2.0.0",
"tempy": "^1.0.0"
}
}