Files
pnpm/lockfile/settings-checker/package.json
2025-11-13 15:44:27 +01:00

54 lines
1.3 KiB
JSON

{
"name": "@pnpm/lockfile.settings-checker",
"version": "1001.0.16",
"description": "Utilities to check if lockfile settings are out-of-date",
"keywords": [
"pnpm",
"pnpm11",
"base32",
"crypto",
"hash"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/settings-checker",
"homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/settings-checker#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"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/crypto.hash": "workspace:*",
"@pnpm/lockfile.types": "workspace:*",
"@pnpm/parse-overrides": "workspace:*",
"p-map-values": "catalog:",
"ramda": "catalog:"
},
"devDependencies": {
"@pnpm/lockfile.settings-checker": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "catalog:"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}