mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-03 13:19:10 +01:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "@scm-manager/legacy-plugin",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"license": "BSD-3-Clause",
|
|
"main": "src/main/js/index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js$": "../../scm-ui/scripts/babelPluginTransformer.js"
|
|
}
|
|
}
|
|
}
|