Files
openstapps/package.json
Karl-Philipp Wulfert 4292e2d1e5 0.11.0
2019-04-30 17:13:35 +02:00

54 lines
1.7 KiB
JSON

{
"name": "@openstapps/projectmanagement",
"version": "0.11.0",
"description": "Main documentation and scripts for maintenance.",
"repository": {
"type": "git",
"url": "git@gitlab.com:openstapps/projectmanagement.git"
},
"scripts": {
"build": "npm run tslint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
"prepublishOnly": "npm ci && npm run build",
"tslint": "tslint 'src/**/*.ts'"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz"
],
"license": "GPL-3.0-only",
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/gitlab-api": "0.5.1",
"@openstapps/logger": "0.0.5",
"@slack/client": "4.12.0",
"@types/glob": "7.1.1",
"@types/mustache": "0.8.32",
"@types/node": "10.14.6",
"commander": "2.20.0",
"glob": "7.1.3",
"moment": "2.24.0",
"mustache": "3.0.1"
},
"devDependencies": {
"@openstapps/configuration": "0.13.0",
"conventional-changelog-cli": "2.0.17",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typedoc": "0.14.2",
"typescript": "3.4.5"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",
"bin": {
"openstapps-projectmanagement": "lib/cli.js"
}
}