{
  "name": "@platformatic/db-core",
  "version": "3.68.0",
  "description": "Platformatic DB core",
  "main": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/platformatic/platformatic/issues"
  },
  "homepage": "https://github.com/platformatic/platformatic#readme",
  "devDependencies": {
    "cleaner-spec-reporter": "^0.5.0",
    "eslint": "9",
    "fastify": "^5.0.0",
    "neostandard": "^0.12.0",
    "typescript": "~6.0.3",
    "why-is-node-running": "^2.2.2"
  },
  "dependencies": {
    "fastify-plugin": "^5.0.0",
    "@platformatic/sql-events": "3.68.0",
    "@platformatic/sql-graphql": "3.68.0",
    "@platformatic/sql-mapper": "3.68.0",
    "@platformatic/sql-openapi": "3.68.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  }
}