Files
openstapps/package.json
Karl-Philipp Wulfert a529126f61 0.0.2
2018-11-28 17:27:39 +01:00

29 lines
735 B
JSON

{
"name": "@openstapps/configuration",
"version": "0.0.2",
"description": "A collection of configuration base files for StApps projects.",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:openstapps/configuration.git"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
"Anselm Rochus Stordeur",
"Jovan Krunic"
],
"license": "GPL-3.0-only",
"dependencies": {
"tslint": "5.11.0"
},
"peerDependencies": {
"typescript": "3.1.6"
},
"devDependencies": {
"conventional-changelog-cli": "2.0.11"
}
}