mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/lifecycle",
|
|
"version": "6.1.2",
|
|
"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": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
|
"prepublishOnly": "pnpm 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.3",
|
|
"@pnpm/read-package-json": "2.0.2",
|
|
"@pnpm/types": "3.2.0",
|
|
"@zkochan/npm-lifecycle": "3.0.0",
|
|
"path-exists": "4.0.0",
|
|
"run-groups": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/lifecycle": "link:",
|
|
"@pnpm/logger": "2.1.1",
|
|
"@types/rimraf": "2.0.2",
|
|
"json-append": "1.1.1",
|
|
"load-json-file": "6.0.0",
|
|
"rimraf": "2.6.3",
|
|
"tape": "4.10.2",
|
|
"ts-node": "8.2.0",
|
|
"tslint": "5.17.0",
|
|
"typescript": "3.4.5"
|
|
}
|
|
}
|