{
  "name": "elysia-decorator",
  "version": "1.3.6",
  "description": "Elysia Decorator with auto DI",
  "author": {
    "name": "cuongboi",
    "url": "https://github.com/cuongboi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cuongboi/elysia-decorator-source"
  },
  "type": "module",
  "scripts": {
    "dev": "tsc --watch",
    "build": "bun ./build.ts",
    "prepack": "bun test && bun run build",
    "prepublish": "npm pack --dry-run",
    "release": "npm publish --access public"
  },
  "dependencies": {
    "core-js": "^3.41.0",
    "dset": "^3.1.4",
    "elysia": "latest",
    "reflect-metadata": "^0.2.2",
    "tsyringe": "^4.8.0"
  },
  "devDependencies": {
    "@sinclair/typebox": "^0.34.30",
    "@swc/core": "^1.11.10",
    "bun-types": "latest",
    "tsup": "^8.4.0"
  },
  "peerDependencies": {
    "dotenv-cli": "^8.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.5.3"
  },
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "bun": "./dist/bun/index.js",
      "import": "./dist/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "./dist/index.js",
  "files": [
    "./dist",
    "./package.json",
    "./test/coverage/lcov.info",
    "README.md"
  ],
  "homepage": "https://github.com/cuongboi/elysia-decorator-source",
  "bugs": "https://github.com/cuongboi/elysia-decorator-source/issues",
  "license": "MIT",
  "keywords": [
    "elysia",
    "elysia-decorator",
    "create-elysia-decorator"
  ]
}
