mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "dependencies-hierarchy",
|
|
"version": "1.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 && mos t",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc",
|
|
"md": "tsc && mos"
|
|
},
|
|
"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.47",
|
|
"@types/semver": "^5.3.32",
|
|
"dependency-path": "^1.0.0",
|
|
"pnpm-shrinkwrap": "^3.3.3",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"pnpm-logger": "^0.6.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|