mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
29 lines
735 B
JSON
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"
|
|
}
|
|
}
|