{ "name": "@openstapps/projectmanagement", "version": "0.5.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 && npm run documentation", "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 --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", "prepublishOnly": "npm run build", "tslint": "tslint 'src/**/*.ts'" }, "author": "Karl-Philipp Wulfert ", "contributors": [ "Anselm Stordeur ", "Jovan Krunic " ], "license": "GPL-3.0-only", "dependencies": { "@openstapps/gitlab-api": "0.4.0", "@openstapps/logger": "0.0.5", "@slack/client": "4.8.0", "@types/del": "3.0.1", "@types/glob": "7.1.1", "@types/inquirer": "0.0.43", "@types/node": "10.12.21", "@types/pad": "1.0.1", "@types/request": "2.48.1", "@types/semver": "5.5.0", "async-pool-native": "0.1.0", "commander": "2.19.0", "del": "3.0.0", "glob": "7.1.3", "inquirer": "6.2.2", "moment": "2.24.0", "pad": "2.2.2", "request": "2.88.0", "semver": "5.6.0", "tangular": "2.0.1", "toposort": "2.0.2" }, "devDependencies": { "@openstapps/configuration": "0.5.1", "conventional-changelog-cli": "2.0.11", "prepend-file-cli": "1.0.6", "rimraf": "2.6.3", "ts-node": "8.0.2", "tslint": "5.12.1", "typedoc": "0.14.2", "typescript": "3.3.1" }, "main": "lib/common.js", "typings": "lib/common.d.ts", "bin": { "openstapps-projectmanagement": "lib/cli.js" } }