mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
10
package.json
10
package.json
@@ -24,10 +24,12 @@
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/node": "10.14.4",
|
||||
"@types/yaml": "1.0.2",
|
||||
"chalk": "2.4.2",
|
||||
"commander": "2.19.0",
|
||||
"commander": "2.20.0",
|
||||
"tslint": "5.15.0",
|
||||
"tslint-eslint-rules": "5.4.0"
|
||||
"tslint-eslint-rules": "5.4.0",
|
||||
"yaml": "1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
@@ -35,10 +37,10 @@
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.0.3",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.4.1"
|
||||
"typescript": "3.4.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^3.4.0"
|
||||
"typescript": "^3.4.2"
|
||||
},
|
||||
"bin": {
|
||||
"openstapps-configuration": "lib/cli.js"
|
||||
|
||||
Reference in New Issue
Block a user