{
  "name": "@platformatic/service",
  "version": "3.69.0",
  "description": "Platformatic Service",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/platformatic/platformatic/issues"
  },
  "homepage": "https://github.com/platformatic/platformatic#readme",
  "devDependencies": {
    "@fastify/aws-lambda": "^5.0.0",
    "@fastify/compress": "^8.0.0",
    "bindings": "^1.5.0",
    "cleaner-spec-reporter": "^0.5.0",
    "eslint": "9",
    "json-schema-to-typescript": "^15.0.0",
    "neostandard": "^0.12.0",
    "openapi-types": "^12.1.3",
    "pino-abstract-transport": "^2.0.0",
    "self-cert": "^2.0.0",
    "split2": "^4.2.0",
    "typescript": "~6.0.3",
    "undici": "7.29.0",
    "vscode-json-languageservice": "^5.3.9",
    "why-is-node-running": "^2.2.2",
    "yaml": "^2.4.1"
  },
  "dependencies": {
    "@fastify/accepts": "^5.0.0",
    "@fastify/autoload": "^6.0.0",
    "@fastify/cors": "^11.0.0",
    "@fastify/deepmerge": "^3.0.0",
    "@fastify/error": "^4.0.0",
    "@fastify/static": "^10.0.0",
    "@fastify/swagger": "^9.0.0",
    "@fastify/under-pressure": "^9.0.0",
    "@scalar/fastify-api-reference": "1.62.5",
    "@types/node": "^22.10.6",
    "@types/ws": "^8.5.10",
    "ajv": "^8.12.0",
    "cli-progress": "^3.12.0",
    "close-with-grace": "^2.0.0",
    "code-block-writer": "^13.0.1",
    "colorette": "^2.0.20",
    "console-table-printer": "^2.12.0",
    "env-schema": "^7.0.0",
    "execa": "^9.0.0",
    "fast-json-patch": "^3.1.1",
    "fastify": "^5.0.0",
    "fastify-plugin": "^6.0.0",
    "graphql": "^16.9.0",
    "help-me": "^5.0.0",
    "mercurius": "^16.0.0",
    "minimist": "^1.2.8",
    "my-ua-parser": "^2.0.2",
    "ora": "^6.3.1",
    "pino": "^9.9.0",
    "pino-pretty": "^13.0.0",
    "rfdc": "^1.3.1",
    "semgrator": "^0.3.0",
    "undici": "^7.27.2",
    "@platformatic/foundation": "3.69.0",
    "@platformatic/basic": "3.69.0",
    "@platformatic/generators": "3.69.0",
    "@platformatic/globals": "3.69.0",
    "@platformatic/metrics": "3.69.0",
    "@platformatic/scalar-theme": "3.69.0",
    "@platformatic/telemetry": "3.69.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js",
    "gen-schema": "node lib/schema.js > schema.json",
    "gen-types": "json2ts > config.d.ts < schema.json",
    "build": "npm run gen-schema && npm run gen-types",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  }
}