2021-09-10 13:38:20 +00:00
|
|
|
{
|
|
|
|
"name": "prometheus",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-09-10 14:27:23 +00:00
|
|
|
"build": "bash build_ui.sh --all",
|
|
|
|
"build:module": "bash build_ui.sh --build-module",
|
2021-09-10 13:38:20 +00:00
|
|
|
"start": "npm run start -w react-app",
|
2021-09-10 14:27:23 +00:00
|
|
|
"test": "npm run test --workspaces",
|
|
|
|
"test:coverage": "npm run test:coverage --workspaces",
|
|
|
|
"lint": "npm run lint --workspaces"
|
2021-09-10 13:38:20 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"react-app",
|
|
|
|
"module/*"
|
2021-09-16 18:58:00 +00:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7.0.0"
|
|
|
|
}
|
2021-09-10 13:38:20 +00:00
|
|
|
}
|