first commit
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "expense-control-suite",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"workspaces": ["api", "web"],
|
||||
"scripts": {
|
||||
"dev": "sh ./start_dev.sh",
|
||||
"build": "npm run build --workspace api && npm run build --workspace web",
|
||||
"test": "npm run test --workspace api"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user