{
  "name": "@kitajs/generator",
  "version": "1.1.27",
  "description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abstraction cost!",
  "homepage": "https://kita.js.org",
  "bugs": {
    "url": "https://github.com/kitajs/kitajs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitajs/kitajs.git",
    "directory": "packages/generator"
  },
  "funding": "https://github.com/sponsors/arthurfiorette",
  "license": "MIT",
  "author": "Arthur Fiorette <kita@arthur.place>",
  "main": "dist/index.js",
  "files": [
    "src",
    "dist"
  ],
  "dependencies": {
    "json-stable-stringify": "^1.1.1",
    "ts-writer": "^1.3.1",
    "tslib": "^2.6.2",
    "type-fest": "^4.14.0",
    "@kitajs/common": "^1.1.16"
  },
  "devDependencies": {
    "@fastify/multipart": "^8.1.0",
    "@fastify/sensible": "^5.5.0",
    "@fastify/swagger": "^8.14.0",
    "@kitajs/html": "^3.1.2",
    "@scalar/api-reference": "^1.20.14",
    "@scalar/fastify-api-reference": "^1.20.10",
    "@swc-node/register": "^1.9.0",
    "@swc/helpers": "^0.5.8",
    "@types/json-stable-stringify": "^1.0.36",
    "@types/node": "^20.12.2",
    "@types/web-bluetooth": "^0.0.20",
    "c8": "^9.1.0",
    "fastify": "^4.26.2",
    "fastify-plugin": "^4.5.1",
    "form-auto-content": "^3.2.1",
    "tsc-alias": "^1.8.8",
    "@kitajs/parser": "^1.1.23",
    "@kitajs/runtime": "^1.1.18"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "c8 --reporter lcov --reporter text node --require @swc-node/register --test test/**/*.test.ts && tsc --noEmit"
  }
}