Files
pnpm/lockfile/walker/package.json
2025-07-09 00:44:17 +02:00

49 lines
1.1 KiB
JSON

{
"name": "@pnpm/lockfile.walker",
"version": "1001.0.11",
"description": "Walk over all the dependencies in a lockfile",
"keywords": [
"pnpm",
"pnpm10",
"lockfile",
"shrinkwrap"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/walker",
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/walker#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/dependency-path": "workspace:*",
"@pnpm/lockfile.types": "workspace:*",
"@pnpm/types": "workspace:*"
},
"devDependencies": {
"@pnpm/lockfile.walker": "workspace:*",
"tempy": "catalog:"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}