mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
feat: add tslint and tsconfig
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user