{
  "name": "spine-framework-cortex",
  "version": "0.3.36",
  "private": false,
  "description": "Cortex — AI-powered support, CRM, and knowledge base app for Spine Framework",
  "keywords": [
    "spine-framework",
    "crm",
    "support",
    "knowledge-base",
    "community"
  ],
  "author": "Spine Team",
  "license": "SEE LICENSE IN LICENSE.md",
  "peerDependencies": {
    "spine-framework": ">=0.1.0"
  },
  "files": [
    "index.tsx",
    "manifest.json",
    "seed/",
    "pages/",
    "components/",
    "functions/",
    "hooks/",
    "public/",
    "README.md",
    "LICENSE.md"
  ],
  "scripts": {
    "validate": "npx spine-framework validate-app ."
  },
  "spine": {
    "type": "app",
    "slug": "cortex",
    "manifestPath": "manifest.json"
  }
}
