initial code commit
This commit is contained in:
commit
27bb45f7df
56 changed files with 15106 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "ten99timecard",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Income logging, projections, and quarterly tax calculations for US 1099 workers",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"client",
|
||||
"server"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev --workspace=client",
|
||||
"dev:server": "npm run dev --workspace=server",
|
||||
"build": "npm run build --workspace=client && npm run build --workspace=server",
|
||||
"test": "npm run test --workspace=client && npm run test --workspace=server",
|
||||
"test:client": "npm run test --workspace=client",
|
||||
"test:server": "npm run test --workspace=server"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue