{ "name": "@foundary/config", "version": "0.0.1", "private": true, "description": "Shared configuration (TypeScript, ESLint, etc.)", "main": "./tsconfig.base.json", "scripts": { "lint": "echo 'no linter configured yet'", "test": "echo 'no tests configured yet'" } }