{
  "name": "directus",
  "version": "11.14.1",
  "description": "Directus is a real-time API and App dashboard for managing SQL database content",
  "keywords": [
    "directus",
    "realtime",
    "database",
    "content",
    "api",
    "rest",
    "graphql",
    "app",
    "dashboard",
    "headless",
    "cms",
    "mysql",
    "postgresql",
    "cockroachdb",
    "sqlite",
    "framework",
    "vue"
  ],
  "homepage": "https://directus.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/directus/directus.git"
  },
  "funding": "https://github.com/directus/directus?sponsor=1",
  "license": "BUSL-1.1",
  "author": {
    "name": "Monospace Inc",
    "email": "info@monospace.io",
    "url": "https://monospace.io"
  },
  "maintainers": [
    {
      "name": "Rijk van Zanten",
      "email": "rijkvanzanten@me.com",
      "url": "https://github.com/rijkvanzanten"
    },
    {
      "name": "Ben Haynes",
      "email": "ben@rngr.org",
      "url": "https://github.com/benhaynes"
    }
  ],
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    "./version": "./version.js"
  },
  "bin": {
    "directus": "cli.js"
  },
  "dependencies": {
    "@directus/api": "33.0.0",
    "@directus/update-check": "13.0.4"
  },
  "engines": {
    "node": ">=22"
  }
}