mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-05 22:47:50 -04:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "@pnpm/lifecycle",
|
|
"version": "2.2.1",
|
|
"description": "Package lifecycle hook runner",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "npm run lint && preview && ts-node test --type-check && mos t",
|
|
"md": "mos",
|
|
"prepublishOnly": "npm run tsc",
|
|
"fix": "tslint -c tslint.json --project . --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/lifecycle.git"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"lifecycle",
|
|
"scripts"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/lifecycle/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/lifecycle#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^1.0.0 || ^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/read-package-json": "^1.0.0",
|
|
"@pnpm/types": "^1.7.0",
|
|
"npm-lifecycle": "^2.0.1",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.7",
|
|
"@types/node": "^10.0.4",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/tape": "^4.2.31",
|
|
"json-append": "^1.1.1",
|
|
"load-json-file": "^5.0.0",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"package-preview": "^1.0.1",
|
|
"rimraf": "^2.6.2",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^7.0.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|