{ "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 ", "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" } }