{ "name": "@shieldx/dashboard", "version": "0.1.0", "description": "Management dashboard for ShieldX LLM defense system", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/dashboard/src/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/dashboard/src/index.d.ts" } }, "scripts": { "build": "tsup && tsc -p tsconfig.build.json", "dev": "tsup --watch", "typecheck": "tsc --noEmit" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "recharts": "^2.12.0" }, "devDependencies": { "typescript": "^5.7.0", "tsup": "^8.3.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" } }