Files
pnpm/packages/dependency-path/package.json
2022-05-01 01:35:26 +03:00

48 lines
1.1 KiB
JSON

{
"name": "dependency-path",
"version": "9.1.1",
"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": [
"pnpm7",
"node_modules",
"pnpm",
"path"
],
"engines": {
"node": ">=14.19"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path#readme",
"dependencies": {
"@pnpm/types": "workspace:8.0.1",
"encode-registry": "^3.0.0",
"rfc4648": "^1.5.1",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/semver": "^7.3.4",
"dependency-path": "workspace:9.1.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}