Files
pnpm/packages/make-dedicated-lockfile/package.json
2022-05-01 01:35:26 +03:00

57 lines
1.6 KiB
JSON

{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.3.2",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": "./bin/make-dedicated-lockfile.js",
"files": [
"lib",
"!*.map",
"bin"
],
"engines": {
"node": ">=14.19"
},
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",
"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/make-dedicated-lockfile",
"keywords": [
"pnpm7",
"pnpm",
"make-dedicated-lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/make-dedicated-lockfile#readme",
"dependencies": {
"@pnpm/error": "workspace:3.0.1",
"@pnpm/exec": "^2.0.0",
"@pnpm/exportable-manifest": "workspace:3.0.2",
"@pnpm/find-workspace-dir": "workspace:4.0.1",
"@pnpm/lockfile-file": "workspace:5.0.2",
"@pnpm/logger": "^4.0.0",
"@pnpm/prune-lockfile": "workspace:4.0.2",
"@pnpm/read-project-manifest": "workspace:3.0.2",
"@pnpm/types": "workspace:8.0.1",
"ramda": "^0.27.1",
"rename-overwrite": "^4.0.2"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/make-dedicated-lockfile": "workspace:0.3.2",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.27.39"
},
"exports": {
".": "./lib/index.js"
}
}