Files
pnpm/lockfile/fs/package.json
2024-10-02 12:19:20 +02:00

75 lines
2.0 KiB
JSON

{
"name": "@pnpm/lockfile.fs",
"version": "1.0.4",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=18.12"
},
"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",
"start": "tsc --watch"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/fs",
"keywords": [
"pnpm9",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/fs#readme",
"peerDependencies": {
"@pnpm/logger": "^5.1.0"
},
"devDependencies": {
"@pnpm/lockfile.fs": "workspace:*",
"@pnpm/logger": "workspace:*",
"@types/js-yaml": "catalog:",
"@types/normalize-path": "catalog:",
"@types/ramda": "catalog:",
"@types/semver": "catalog:",
"@types/write-file-atomic": "catalog:",
"tempy": "catalog:",
"write-yaml-file": "catalog:",
"yaml-tag": "catalog:"
},
"dependencies": {
"@pnpm/constants": "workspace:*",
"@pnpm/dependency-path": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/git-resolver": "workspace:*",
"@pnpm/git-utils": "workspace:*",
"@pnpm/lockfile.types": "workspace:*",
"@pnpm/lockfile.utils": "workspace:*",
"@pnpm/lockfile.merger": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/util.lex-comparator": "catalog:",
"@zkochan/rimraf": "catalog:",
"comver-to-semver": "catalog:",
"js-yaml": "catalog:",
"normalize-path": "catalog:",
"ramda": "catalog:",
"semver": "catalog:",
"sort-keys": "catalog:",
"strip-bom": "catalog:",
"write-file-atomic": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}