Files
pnpm/packages/dependency-path/package.json
2019-05-07 02:02:43 +03:00

50 lines
1.2 KiB
JSON

{
"name": "dependency-path",
"version": "3.0.5",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && pnpm link . && pnpm run lint && ts-node test.ts",
"prepublishOnly": "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": ">=8.15"
},
"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": "3.2.0",
"encode-registry": "1.1.0",
"semver": "6.0.0"
},
"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"@types/semver": "6.0.0",
"@types/tape": "^4.2.30",
"tape": "4.10.1",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
}
}