{ "name": "@bytelyst/dashboard-components", "version": "0.1.0", "description": "Shared React components for ByteLyst dashboards", "type": "module", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.7.3" } }