mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 14:08:44 -04:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "dependencies-hierarchy",
|
|
"version": "1.0.2",
|
|
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"fix": "tslint -c tslint.json --project . --fix",
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"test": "npm run lint && preview && ts-node test && mos t",
|
|
"prepublishOnly": "tsc",
|
|
"tsc": "tsc",
|
|
"md": "preview && 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": "^4.0.0",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.30",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"package-preview": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"tape": "^4.7.0",
|
|
"ts-node": "^3.3.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|