Files
pnpm/package.json
2018-01-12 01:51:36 +02:00

68 lines
1.6 KiB
JSON

{
"name": "dependencies-hierarchy",
"version": "2.0.0",
"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 --type-check && mos t",
"prepublishOnly": "tsc",
"tsc": "tsc",
"md": "preview && tsc && mos"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/dependencies-hierarchy.git"
},
"keywords": [
"hierarchy",
"pnpm",
"dependencies",
"node_modules"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"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": "^9.3.0",
"@types/semver": "^5.3.32",
"dependency-path": "^1.0.0",
"pnpm-shrinkwrap": "^5.0.0",
"semver": "^5.3.0"
},
"devDependencies": {
"@pnpm/logger": "^1.0.0",
"@types/tape": "^4.2.30",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^1.0.0",
"tape": "^4.7.0",
"ts-node": "^4.0.0",
"tslint": "^5.8.0",
"typescript": "^2.4.1"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}