Files
pnpm/packages/lockfile-file/package.json
2022-03-19 20:43:30 +02:00

68 lines
1.8 KiB
JSON

{
"name": "@pnpm/lockfile-file",
"version": "5.0.0",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=14.19"
},
"files": [
"lib",
"!*.map"
],
"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/lockfile-file",
"keywords": [
"pnpm7",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-file#readme",
"peerDependencies": {
"@pnpm/logger": "^4.0.0"
},
"devDependencies": {
"@pnpm/lockfile-file": "workspace:5.0.0",
"@pnpm/logger": "^4.0.0",
"@types/js-yaml": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.27.39",
"@types/write-file-atomic": "^3.0.1",
"tempy": "^1.0.0",
"write-yaml-file": "^4.2.0",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:6.0.0",
"@pnpm/error": "workspace:3.0.0",
"@pnpm/lockfile-types": "workspace:4.0.0",
"@pnpm/merge-lockfile-changes": "workspace:3.0.0",
"@pnpm/types": "workspace:8.0.0",
"@zkochan/rimraf": "^2.1.2",
"comver-to-semver": "^1.0.0",
"js-yaml": "npm:@zkochan/js-yaml@0.0.5",
"normalize-path": "^3.0.0",
"ramda": "^0.27.1",
"semver": "^7.3.4",
"sort-keys": "^4.2.0",
"strip-bom": "^4.0.0",
"write-file-atomic": "^3.0.3"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}