Files
pnpm/packages/dependency-path/package.json
2024-09-09 15:43:02 +02:00

47 lines
1.1 KiB
JSON

{
"name": "@pnpm/dependency-path",
"version": "5.1.6",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"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/dependency-path",
"keywords": [
"pnpm9",
"node_modules",
"pnpm",
"path"
],
"engines": {
"node": ">=18.12"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path#readme",
"dependencies": {
"@pnpm/crypto.base32-hash": "workspace:*",
"@pnpm/types": "workspace:*",
"semver": "catalog:"
},
"devDependencies": {
"@pnpm/dependency-path": "workspace:*",
"@types/semver": "catalog:"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}