{
  "name": "@sniffo/web-server",
  "version": "0.3.15",
  "description": "HTTP API server for Sniffo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/krzysztofsurdy/sniffo.git",
    "directory": "packages/web-server"
  },
  "type": "module",
  "main": "dist/server.js",
  "types": "dist/server.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "fastify": "^5.2.0",
    "@fastify/cors": "^11.0.0",
    "@fastify/static": "^8.0.0",
    "@sniffo/core": "0.3.15",
    "@sniffo/analyzer": "0.3.15",
    "@sniffo/storage": "0.3.15"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}