{
  "name": "@directus/schema",
  "version": "13.0.5",
  "description": "Utility for extracting information about existing DB schema",
  "keywords": [
    "sql",
    "knex",
    "schema",
    "mysql",
    "postgresql",
    "cockroachdb",
    "sqlite3",
    "javascript"
  ],
  "homepage": "https://directus.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/directus/directus.git",
    "directory": "packages/schema"
  },
  "funding": "https://github.com/directus/directus?sponsor=1",
  "license": "BUSL-1.1",
  "author": "Rijk van Zanten <rijkvanzanten@me.com>",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "knex": "3.1.0"
  },
  "devDependencies": {
    "@directus/tsconfig": "3.0.0",
    "tsdown": "0.15.11",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "tsdown src/index.ts --dts",
    "dev": "tsdown src/index.ts --dts --watch"
  }
}