foundary-1770666514/packages/web/package.json
rdev-worker 4416aaf6d9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Set up the monorepo workspace. Ensure the root README describes a pro...
2026-02-09 19:51:18 +00:00

16 lines
378 B
JSON

{
"name": "@foundary/web",
"version": "0.1.0",
"private": true,
"description": "Foundary web application",
"scripts": {
"dev": "echo 'No dev server configured yet'",
"build": "echo 'No build configured yet'",
"lint": "echo 'No linter configured yet'",
"test": "echo 'No tests configured yet'"
},
"dependencies": {
"@foundary/shared": "*"
}
}