{ "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": "*" } }