Files
pnpm/packages/dependency-path/package.json
2019-10-06 17:02:54 +03:00

46 lines
1.1 KiB
JSON

{
"name": "dependency-path",
"version": "4.0.0",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"lint": "tslint --project tsconfig.json -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && pnpm link . && pnpm run lint && ts-node test",
"prepublishOnly": "pnpm run tsc",
"tsc": "tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
"keywords": [
"node_modules",
"pnpm",
"path"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"engines": {
"node": ">=10"
},
"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:4.0.0",
"encode-registry": "2.0.1",
"semver": "6.3.0"
},
"devDependencies": {
"@types/semver": "6",
"dependency-path": "link:",
"tape": "4.11.0"
}
}