Files
SCM-Manager/scm-plugins/scm-git-plugin/package.json
Sebastian Sdorra aac264224c configure flow
2019-10-08 14:02:01 +02:00

13 lines
249 B
JSON

{
"name": "@scm-manager/scm-git-plugin",
"version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause",
"scripts": {
"build": "webpack --mode=development"
},
"devDependencies": {
"flow-bin": "^0.109.0",
"flow-typed": "^2.6.1"
}
}