{
  "name": "@ldsg/route",
  "version": "0.3.38",
  "description": "",
  "keywords": [],
  "license": "MIT",
  "author": "wanxger",
  "files": [
    "dist/"
  ],
  "main": "dist/index.js",
  "types": "dist",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "^4.1.11",
    "@ldsg/application": "0.3.38",
    "@ldsg/resource": "0.3.38",
    "@ldsg/resource-definition": "0.3.38",
    "@ldsg/handler": "0.3.38",
    "@ldsg/types": "0.3.38"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.2",
    "@types/supertest": "^6.0.0",
    "express": "^4.18.2",
    "jest": "^29.5.0",
    "oxfmt": "latest",
    "oxlint": "latest",
    "supertest": "^6.3.4",
    "ts-jest": "^29.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf dist",
    "format": "oxfmt --write src/",
    "lint": "oxlint src/",
    "test": "jest"
  }
}