mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "dependency-path",
|
|
"version": "4.0.5",
|
|
"description": "Utilities for working with symlinked node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/dependency-path/coverage ts-node packages/dependency-path/test --type-check",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
|
|
"keywords": [
|
|
"node_modules",
|
|
"pnpm",
|
|
"path"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"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:5.0.0",
|
|
"encode-registry": "2.0.2",
|
|
"semver": "7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.1.0",
|
|
"dependency-path": "link:"
|
|
}
|
|
}
|