Files
pnpm/package.json
2017-07-15 15:59:57 +03:00

58 lines
1.3 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",
"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.11",
"@types/semver": "^5.3.32",
"dependency-path": "^1.0.0",
"pnpm-shrinkwrap": "^3.1.0",
"semver": "^5.3.0"
},
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"typescript": "^2.4.1"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}