Files
pnpm/package.json
2018-10-21 15:17:25 +03:00

71 lines
1.6 KiB
JSON

{
"name": "@pnpm/lifecycle",
"version": "3.0.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": "^2.0.0",
"@zkochan/npm-lifecycle": "2.1.1",
"path-exists": "^3.0.0"
},
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@types/load-json-file": "2.0.7",
"@types/node": "^10.12.0",
"@types/rimraf": "2.0.2",
"@types/tape": "4.2.32",
"json-append": "1.1.1",
"load-json-file": "5.1.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"package-preview": "1.0.6",
"rimraf": "2.6.2",
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "^3.1.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}