mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "@scm-manager/scm-hg-plugin",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"license": "BSD-3-Clause",
|
|
"main": "src/main/js/index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"babel": {
|
|
"presets": ["@scm-manager/babel-preset"]
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js$": "../../scm-ui/scripts/babelPluginTransformer.js"
|
|
}
|
|
}
|
|
}
|