14 lines
245 B
JSON
14 lines
245 B
JSON
|
{
|
||
|
"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/*"
|
||
|
]
|
||
|
}
|