mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-17 13:02:14 +01:00
18 lines
361 B
JSON
18 lines
361 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"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js$": "../../scm-ui/scripts/babelMonoRepoTransformer.js"
|
|
}
|
|
}
|
|
}
|