prometheus/web/ui/package.json

14 lines
245 B
JSON
Raw Normal View History

{
"name": "prometheus",
"private": true,
"scripts": {
"lint": "npm run lint --workspaces",
"start": "npm run start -w react-app",
"test": "npm run test --workspaces"
},
"workspaces": [
"react-app",
"module/*"
]
}