{
  "name": "treblle",
  "version": "3.0.0",
  "description": "Runtime Intelligence Platform",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./express": "./src/adapters/express.js",
    "./koa": "./src/adapters/koa.js",
    "./strapi": "./src/adapters/koa.js",
    "./hono": "./src/adapters/hono.js",
    "./fastify": "./src/adapters/fastify.js",
    "./package.json": "./package.json"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "format": "prettier --write .",
    "test": "node --test",
    "test:watch": "node --test --watch",
    "test:coverage": "node --test --experimental-test-coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Treblle/treblle-node.git"
  },
  "keywords": [
    "treblle",
    "runtime",
    "observability",
    "intelligence",
    "express",
    "koa",
    "nestjs",
    "hono",
    "fastify",
    "strapi"
  ],
  "author": "Vedran Cindric<vedran@treblle.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "bugs": {
    "url": "https://github.com/Treblle/treblle-node/issues"
  },
  "homepage": "https://github.com/Treblle/treblle-node#readme",
  "dependencies": {
    "stack-trace": "^1.0.0"
  },
  "peerDependencies": {
    "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "express": "^4.0.0 || ^5.0.0",
    "fastify": "^4.0.0 || ^5.0.0",
    "hono": "^4.0.0",
    "koa": "^2.0.0 || ^3.0.0"
  },
  "peerDependenciesMeta": {
    "express": {
      "optional": true
    },
    "koa": {
      "optional": true
    },
    "@nestjs/core": {
      "optional": true
    },
    "hono": {
      "optional": true
    },
    "fastify": {
      "optional": true
    }
  },
  "devDependencies": {
    "express": "^5.2.1",
    "fastify": "^5.10.0",
    "prettier": "^3.9.4"
  }
}
