mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-02 13:49:50 +01:00
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "@scm-manager/scm-git-plugin",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"license": "BSD-3-Clause",
|
|
"scripts": {
|
|
"build": "webpack --mode=development",
|
|
"test": "jest --config=../../scm-ui/scripts/jest-plugin.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "^0.109.0",
|
|
"flow-typed": "^2.6.1"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js$": "../../scm-ui/scripts/babelPluginTransformer.js"
|
|
}
|
|
}
|
|
}
|