Files
pnpm/packages/lifecycle/package.json
2019-03-18 01:28:48 +02:00

71 lines
1.7 KiB
JSON

{
"name": "@pnpm/lifecycle",
"version": "5.0.0",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"test": "npm run lint && npm run tsc && ts-node test --type-check && mos t",
"md": "mos",
"prepublishOnly": "npm run tsc",
"fix": "tslint -c tslint.json --project . --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lifecycle",
"keywords": [
"pnpm",
"lifecycle",
"scripts"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/tree/master/packages/lifecycle#readme",
"peerDependencies": {
"@pnpm/logger": "^1.0.0 || ^2.0.0"
},
"dependencies": {
"@pnpm/core-loggers": "3.0.0",
"@pnpm/read-package-json": "2.0.0",
"@pnpm/types": "3.0.0",
"@zkochan/npm-lifecycle": "2.2.0",
"path-exists": "3.0.0",
"run-groups": "2.0.0"
},
"devDependencies": {
"@pnpm/lifecycle": "link:",
"@pnpm/logger": "2.1.0",
"@pnpm/tslint-config": "0.0.0",
"@types/load-json-file": "2.0.7",
"@types/node": "*",
"@types/rimraf": "2.0.2",
"@types/tape": "4.2.33",
"json-append": "1.1.1",
"load-json-file": "5.2.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"rimraf": "2.6.3",
"tape": "4.10.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.3.3333"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}