20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "prometheus",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w react-app",
|
|
"test": "npm run test --workspaces",
|
|
"test:coverage": "npm run test:coverage --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"react-app",
|
|
"module/*"
|
|
],
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|