{
  "name": "@platformatic/itc",
  "version": "3.63.0",
  "description": "Platformatic ITC",
  "main": "lib/index.js",
  "type": "module",
  "types": "lib/index.d.ts",
  "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": {
    "@types/node": "^22.5.0",
    "cleaner-spec-reporter": "^0.5.0",
    "eslint": "9",
    "neostandard": "^0.12.0",
    "tstyche": "^6.2.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@fastify/error": "^4.0.0",
    "@opentelemetry/api": "^1.9.0",
    "@watchable/unpromise": "^1.0.2",
    "@platformatic/globals": "3.63.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "npm run test:types && node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js",
    "test:types": "tstyche",
    "lint": "eslint"
  }
}