mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 20:48:41 -04:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "dependencies-hierarchy",
|
|
"version": "0.0.1",
|
|
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prepare": "cd test && pnpm install",
|
|
"test": "cd test && npm test",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/dependencies-hierarchy.git"
|
|
},
|
|
"keywords": [
|
|
"hierarchy",
|
|
"pnpm",
|
|
"dependencies",
|
|
"node_modules"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "zoltan.kochan@gmail.com",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/dependencies-hierarchy/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/dependencies-hierarchy#readme",
|
|
"dependencies": {
|
|
"@types/node": "^8.0.11",
|
|
"@types/semver": "^5.3.32",
|
|
"dependency-path": "^1.0.0",
|
|
"pnpm-shrinkwrap": "^3.1.0",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.4.1"
|
|
}
|
|
}
|