{
  "name": "@db-studio/api",
  "version": "1.0.10",
  "description": "DB Studio (formerly Directus v9) is a real-time API and App dashboard for managing SQL database content",
  "type": "module",
  "keywords": [
    "realtime",
    "database",
    "content",
    "api",
    "rest",
    "graphql",
    "app",
    "dashboard",
    "headless",
    "cms",
    "mysql",
    "postgresql",
    "cockroachdb",
    "sqlite",
    "framework",
    "vue"
  ],
  "homepage": "https://github.com/pxslip/db-studio",
  "bugs": {
    "url": "https://github.com/pxslip/db-studio/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pxslip/db-studio.git",
    "directory": "api"
  },
  "funding": "https://github.com/pxslip/db-studio?sponsor=1",
  "license": "GPL-3.0-only",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js",
    "./cli/run.js": "./dist/cli/run.js",
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "!**/*.test.js",
    "!**/__*__/"
  ],
  "dependencies": {
    "@authenio/samlify-node-xmllint": "2.0.0",
    "@aws-sdk/client-ses": "3.363.0",
    "@godaddy/terminus": "4.12.0",
    "@rollup/plugin-alias": "5.0.0",
    "@rollup/plugin-node-resolve": "15.0.2",
    "@rollup/plugin-virtual": "3.0.1",
    "argon2": "0.30.3",
    "async": "3.2.4",
    "axios": "1.3.6",
    "busboy": "1.6.0",
    "bytes": "3.1.2",
    "camelcase": "7.0.1",
    "chalk": "5.2.0",
    "chokidar": "3.5.3",
    "commander": "10.0.1",
    "content-disposition": "0.5.4",
    "cookie-parser": "1.4.6",
    "cors": "2.8.5",
    "csv-parser": "3.0.0",
    "date-fns": "2.29.3",
    "deep-diff": "1.0.2",
    "destroy": "1.2.0",
    "dotenv": "16.0.3",
    "encodeurl": "1.0.2",
    "eventemitter2": "6.4.9",
    "execa": "7.1.1",
    "exif-reader": "1.2.0",
    "express": "4.18.2",
    "fast-redact": "3.1.2",
    "flat": "5.0.2",
    "fs-extra": "11.1.1",
    "graphql": "16.6.0",
    "graphql-compose": "9.0.10",
    "helmet": "6.1.5",
    "icc": "3.0.0",
    "inquirer": "9.1.5",
    "ioredis": "5.3.2",
    "joi": "17.9.1",
    "js-yaml": "4.1.0",
    "js2xmlparser": "5.0.0",
    "json2csv": "5.0.7",
    "jsonwebtoken": "9.0.0",
    "keyv": "4.5.2",
    "knex": "2.4.2",
    "ldapjs": "2.3.3",
    "liquidjs": "10.7.0",
    "lodash-es": "4.17.21",
    "marked": "4.3.0",
    "micromustache": "8.0.3",
    "mime-types": "2.1.35",
    "ms": "2.1.3",
    "nanoid": "4.0.2",
    "node-cron": "3.0.2",
    "node-machine-id": "1.1.12",
    "nodemailer": "6.9.1",
    "object-hash": "3.0.0",
    "openapi3-ts": "3.2.0",
    "openid-client": "5.4.0",
    "ora": "6.3.0",
    "otplib": "12.0.1",
    "pino": "8.11.0",
    "pino-http": "8.3.3",
    "pino-http-print": "3.1.0",
    "pino-pretty": "10.0.0",
    "qs": "6.11.1",
    "rate-limiter-flexible": "2.4.1",
    "rollup": "3.20.7",
    "samlify": "2.8.10",
    "sanitize-html": "2.10.0",
    "sharp": "0.32.0",
    "snappy": "7.2.2",
    "stream-json": "1.7.5",
    "strip-bom-stream": "5.0.0",
    "tmp-promise": "3.0.3",
    "tsx": "3.12.6",
    "uuid": "9.0.0",
    "uuid-validate": "0.0.3",
    "vm2": "^3.9.19",
    "wellknown": "0.5.0",
    "@db-studio/constants": "1.0.1",
    "@db-studio/exceptions": "1.0.1",
    "@db-studio/format-title": "1.0.0",
    "@db-studio/specs": "1.0.1",
    "@db-studio/app": "1.4.3",
    "@db-studio/db-schema": "1.0.2",
    "@db-studio/extensions-sdk": "1.0.6",
    "@db-studio/storage": "1.0.1",
    "@db-studio/storage-driver-azure": "1.0.3",
    "@db-studio/storage-driver-cloudinary": "1.0.3",
    "@db-studio/storage-driver-gcs": "1.0.3",
    "@db-studio/storage-driver-local": "1.0.3",
    "@db-studio/storage-driver-s3": "1.0.3",
    "@db-studio/update-check": "1.1.0",
    "@db-studio/utils": "1.1.1"
  },
  "devDependencies": {
    "@ngneat/falso": "6.4.0",
    "@types/async": "3.2.19",
    "@types/busboy": "1.5.0",
    "@types/bytes": "3.1.1",
    "@types/content-disposition": "0.5.5",
    "@types/cookie-parser": "1.4.3",
    "@types/cors": "2.8.13",
    "@types/deep-diff": "1.0.2",
    "@types/destroy": "1.0.0",
    "@types/encodeurl": "1.0.0",
    "@types/exif-reader": "1.0.0",
    "@types/express": "4.17.17",
    "@types/express-serve-static-core": "4.17.33",
    "@types/fast-redact": "3.0.2",
    "@types/flat": "5.0.2",
    "@types/fs-extra": "11.0.1",
    "@types/inquirer": "9.0.3",
    "@types/js-yaml": "4.0.5",
    "@types/json2csv": "5.0.3",
    "@types/jsonwebtoken": "9.0.1",
    "@types/keyv": "4.2.0",
    "@types/ldapjs": "2.2.5",
    "@types/lodash-es": "4.17.7",
    "@types/marked": "4.0.8",
    "@types/mime-types": "2.1.1",
    "@types/ms": "0.7.31",
    "@types/node": "18.15.13",
    "@types/node-cron": "3.0.7",
    "@types/nodemailer": "6.4.7",
    "@types/object-hash": "3.0.2",
    "@types/qs": "6.9.7",
    "@types/sanitize-html": "2.9.0",
    "@types/stream-json": "1.7.3",
    "@types/supertest": "2.0.12",
    "@types/uuid": "9.0.1",
    "@types/uuid-validate": "0.0.1",
    "@types/wellknown": "0.5.4",
    "@vitest/coverage-c8": "0.30.1",
    "copyfiles": "2.4.1",
    "form-data": "4.0.0",
    "knex-mock-client": "2.0.0",
    "supertest": "6.3.3",
    "typescript": "5.0.4",
    "vitest": "0.30.1",
    "@db-studio/config": "1.0.0",
    "@db-studio/types": "1.1.0"
  },
  "optionalDependencies": {
    "@keyv/redis": "2.5.7",
    "keyv-memcache": "1.3.3",
    "memcached": "2.2.2",
    "mysql": "2.18.1",
    "nodemailer-mailgun-transport": "2.1.5",
    "nodemailer-sendgrid": "1.0.3",
    "pg": "8.10.0",
    "sqlite3": "5.1.6",
    "tedious": "18.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc --build && copyfiles \"src/**/*.{yaml,liquid}\" -u 1 dist",
    "cli": "NODE_ENV=development SERVE_APP=false tsx src/cli/run.ts",
    "dev": "NODE_ENV=development SERVE_APP=false tsx watch --clear-screen=false src/start.ts",
    "test": "vitest --watch=false"
  }
}