17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"name": "@foundary/web",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Foundary web application",
|
|
"scripts": {
|
|
"dev": "echo 'web dev server not configured yet'",
|
|
"build": "echo 'web build not configured yet'",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "echo 'no linter configured yet'",
|
|
"test": "echo 'no tests configured yet'"
|
|
},
|
|
"dependencies": {
|
|
"@foundary/shared": "workspace:*"
|
|
}
|
|
}
|