mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 11:12:58 -05:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/lifecycle",
|
|
"version": "12.0.2",
|
|
"description": "Package lifecycle hook runner",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lifecycle",
|
|
"keywords": [
|
|
"pnpm6",
|
|
"pnpm",
|
|
"lifecycle",
|
|
"scripts"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lifecycle#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/core-loggers": "workspace:6.0.6",
|
|
"@pnpm/directory-fetcher": "workspace:1.0.1",
|
|
"@pnpm/npm-lifecycle": "^1.0.0",
|
|
"@pnpm/read-package-json": "workspace:5.0.6",
|
|
"@pnpm/store-controller-types": "workspace:11.0.7",
|
|
"@pnpm/types": "workspace:7.6.0",
|
|
"path-exists": "^4.0.0",
|
|
"run-groups": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@types/rimraf": "^3.0.0",
|
|
"json-append": "1.1.1",
|
|
"load-json-file": "^6.2.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|