{
  "name": "fire-cat",
  "version": "3.0.0",
  "description": "koa-based upper framework",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "dev": "nodemon",
    "build": "tsc",
    "test": "jest",
    "init": "node bin/init.js"
  },
  "bin": {
    "fire-cat": "bin/init.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firecatjs/fire-cat.git"
  },
  "author": "jon-millent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Jon-Millent/fire-cat/issues"
  },
  "homepage": "https://github.com/Jon-Millent/fire-cat#readme",
  "dependencies": {
    "@koa/router": "^14.0.0",
    "fastest-validator": "^1.19.1",
    "koa": "^3.0.1",
    "koa-bodyparser": "^4.4.1",
    "log4js": "^6.9.1",
    "reflect-metadata": "^0.2.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-typescript": "^7.27.1",
    "@types/jest": "^30.0.0",
    "@types/koa": "^3.0.0",
    "@types/koa__router": "^12.0.4",
    "@types/node": "^24.7.1",
    "axios": "^1.12.2",
    "babel-jest": "^30.2.0",
    "cross-env": "^10.1.0",
    "jest": "^30.2.0",
    "nodemon": "^3.1.10",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.9.3"
  }
}
