You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Modular AI security platform with pluggable analysis modules: a Python core exposing a Typer CLI and a FastAPI REST API, backed by PostgreSQL with pgvector and an ARQ/Redis task queue, paired with a React + Vite + TypeScript frontend.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"dev": "pnpm --filter @aila/shell run dev",
"build": "pnpm --filter @aila/shell run build",
"preview": "pnpm --filter @aila/shell run preview",
"type-check": "pnpm -r run type-check",
"test": "pnpm -r run test",
"test:e2e": "pnpm --filter @aila/shell run test:e2e",
"storybook": "pnpm --filter @aila/shell run storybook",
"clean": "pnpm -r run clean && rm -rf node_modules"