{
  "name": "the-api",
  "version": "22.10.2",
  "license": "MIT",
  "author": "Dimitry Ivanov <2@ivanoff.org.ua> # curl -A cv ivanoff.org.ua",
  "description": "The API - Create Your API in Seconds",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "bun test",
    "build": "bun build ./src/index.ts --outdir ./dist --target node --external luxon --external knex --external pg --external jsonwebtoken --external hono --external flattening --external @types/node --external @types/bun --external the-api-roles && tsc"
  },
  "dependencies": {
    "@hono/node-server": "^1.19.11",
    "flattening": "^2.4.3",
    "handlebars": "^4.7.8",
    "hono": "^4.12.2",
    "jsonwebtoken": "^9.0.3",
    "knex": "^3.1.0",
    "luxon": "^3.7.2",
    "minio": "^8.0.6",
    "nodemailer": "^8.0.1",
    "pg": "^8.19.0",
    "sharp": "^0.34.5",
    "the-api-roles": "^1.1.2",
    "the-api-routings": "^0.8.1"
  },
  "devDependencies": {
    "@types/bun": "^1.3.9",
    "@types/node": "^25.3.1",
    "@types/nodemailer": "^7.0.11",
    "the-api-langs": "^0.1.2",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/the-api/the-api.git"
  },
  "keywords": [
    "THE API",
    "API",
    "REST"
  ],
  "engines": {
    "node": ">=18",
    "bun": ">=1"
  }
}
