{
  "name": "@avonjs/avonjs",
  "version": "3.5.1",
  "description": "A fluent Node.js API generator.",
  "main": "dist/index.js",
  "types": "dist/index.ts",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "files": ["dist"],
  "scripts": {
    "build": "npx tsc --build --clean & npx tsc --build",
    "watch": "npx tsc --watch",
    "test": "jest --runInBand",
    "test:debug": "jest --runInBand --verbose",
    "format": "npx @biomejs/biome check --write --verbose"
  },
  "keywords": [
    "express",
    "avon",
    "avonjs",
    "crud",
    "api",
    "swagger",
    "generator",
    "resource",
    "backend"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/avonjs/avonjs.git"
  },
  "bugs": {
    "url": "https://github.com/avonjs/avonjs/issues"
  },
  "homepage": "https://github.com/avonjs/avonjs#readme",
  "author": "zarehesmaiel@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/debug": "^4.1.12",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.13",
    "@types/luxon": "^3.4.2",
    "@types/node": "^18.13.0",
    "@types/pluralize": "^0.0.33",
    "body-parser": "^1.20.3",
    "jest": "^29.7.0",
    "knex": "^3.1.0",
    "lefthook": "^1.7.22",
    "openapi-types": "^12.1.3",
    "supertest": "^7.0.0",
    "typescript": "^5.6.3"
  },
  "importSort": {
    ".js, .jsx, .es6, .es, .ts, .tsx": {
      "parser": "typescript",
      "style": "eslint",
      "options": {}
    }
  },
  "dependencies": {
    "change-case-all": "^2.1.0",
    "collect.js": "^4.36.1",
    "debug": "^4.3.7",
    "express": "^5.0.1",
    "express-jwt": "^8.4.1",
    "joi": "^17.13.3",
    "jsonwebtoken": "^9.0.2",
    "luxon": "^3.5.0",
    "pluralize": "^8.0.0",
    "supports-color": "^9.4.0"
  }
}
