mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-24 09:19:51 +01:00
26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "@scm-manager/scm-git-plugin",
|
|
"private": true,
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"license": "BSD-3-Clause",
|
|
"main": "./src/main/js/index.ts",
|
|
"scripts": {
|
|
"build": "ui-scripts plugin",
|
|
"watch": "ui-scripts plugin-watch",
|
|
"test": "jest",
|
|
"typecheck": "tsc"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@scm-manager/babel-preset"
|
|
]
|
|
},
|
|
"jest": {
|
|
"preset": "@scm-manager/jest-preset"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"dependencies": {
|
|
"@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
|
|
}
|
|
}
|