mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 11:20:53 +01:00
10 lines
199 B
JSON
10 lines
199 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=development"
|
|
}
|
|
}
|