Files
openstapps/package.json
2018-11-28 16:43:15 +01:00

29 lines
730 B
JSON

{
"name": "@openstapps/configuration",
"version": "0.0.1",
"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"
},
"devDependencies": {
"conventional-changelog": "3.0.5"
},
"peerDependencies": {
"typescript": "3.1.6"
}
}