15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"name": "mousehold",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/web"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "npm --workspace apps/web run dev",
|
|
"build:web": "npm --workspace apps/web run build",
|
|
"lint:web": "npm --workspace apps/web run lint",
|
|
"test:e2e": "npm --workspace apps/web run test:e2e"
|
|
}
|
|
}
|