mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "@pnpm/lifecycle",
|
|
"version": "6.0.1",
|
|
"description": "Package lifecycle hook runner",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"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 src/**/*.ts test/**/*.ts --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.2",
|
|
"@pnpm/read-package-json": "2.0.1",
|
|
"@pnpm/types": "3.2.0",
|
|
"@zkochan/npm-lifecycle": "2.2.0",
|
|
"path-exists": "4.0.0",
|
|
"run-groups": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/lifecycle": "link:",
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/node": "*",
|
|
"@types/rimraf": "2.0.2",
|
|
"@types/tape": "4.2.33",
|
|
"json-append": "1.1.1",
|
|
"load-json-file": "6.0.0",
|
|
"mos": "2.0.0-alpha.3",
|
|
"mos-plugin-readme": "1.0.4",
|
|
"rimraf": "2.6.3",
|
|
"tape": "4.10.1",
|
|
"ts-node": "8.1.0",
|
|
"tslint": "5.16.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|