{
  "name": "platformatic",
  "version": "3.63.0",
  "description": "Platformatic CLI",
  "type": "module",
  "bin": {
    "platformatic": "bin/platformatic.js",
    "plt": "bin/plt.js"
  },
  "homepage": "https://docs.platformatic.dev/",
  "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "license": "Apache-2.0",
  "keywords": [
    "platformatic",
    "GraphQL",
    "OpenAPI",
    "SQLite",
    "PostgreSQL",
    "MySQL",
    "MariaDB",
    "fastify",
    "mercurius"
  ],
  "devDependencies": {
    "c8": "^11.0.0",
    "cleaner-spec-reporter": "^0.5.0",
    "eslint": "9",
    "license-checker-rseidelsohn": "^5.0.1",
    "neostandard": "^0.12.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "wattpm": "3.63.0",
    "@platformatic/foundation": "3.63.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",
    "lint": "eslint",
    "license": "license-checker-rseidelsohn --production --onlyAllow 'Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause;CC-BY-4.0;BlueOak-1.0.0'"
  }
}