Files
pnpm/packages/dependency-path/package.json
2021-11-10 03:11:59 +02:00

44 lines
1.1 KiB
JSON

{
"name": "dependency-path",
"version": "8.0.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": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
"keywords": [
"pnpm6",
"node_modules",
"pnpm",
"path"
],
"engines": {
"node": ">=12.17"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path#readme",
"dependencies": {
"@pnpm/types": "workspace:7.6.0",
"encode-registry": "^3.0.0",
"normalize-path": "^3.0.0",
"semver": "^7.3.4"
},
"devDependencies": {
"@types/semver": "^7.3.4"
},
"funding": "https://opencollective.com/pnpm"
}