{
  "name": "@directus/schema-builder",
  "version": "1.0.2",
  "description": "Directus SchemaBuilder for mocking/constructing a database schema based on code.",
  "keywords": [
    "sql",
    "knex",
    "schema",
    "mysql",
    "postgresql",
    "cockroachdb",
    "sqlite3",
    "javascript"
  ],
  "homepage": "https://directus.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/directus/directus.git",
    "directory": "packages/schema-builder"
  },
  "funding": "https://github.com/directus/directus?sponsor=1",
  "license": "SEE LICENSE IN license",
  "author": "Nils Twelker <nils@directus.io>",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "lodash-es": "4.18.1",
    "@directus/types": "16.2.0"
  },
  "devDependencies": {
    "@directus/tsconfig": "4.0.0",
    "@types/lodash-es": "4.17.12",
    "@vitest/coverage-v8": "3.2.6",
    "tsdown": "0.15.11",
    "typescript": "5.9.3",
    "vitest": "3.2.7"
  },
  "scripts": {
    "build": "tsdown src/index.ts --dts",
    "dev": "tsdown src/index.ts --dts --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage"
  }
}