{
  "name": "@eggjs/core-decorator",
  "version": "3.78.15",
  "description": "tegg core decorator",
  "keywords": [
    "egg",
    "typescript",
    "decorator",
    "tegg"
  ],
  "main": "dist/index.js",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",
    "clean": "tsc -b --clean",
    "tsc": "ut run clean && tsc -p ./tsconfig.json",
    "tsc:pub": "ut run clean && tsc -p ./tsconfig.pub.json",
    "prepublishOnly": "ut tsc:pub"
  },
  "author": "killagu <killa123@126.com>",
  "license": "MIT",
  "homepage": "https://github.com/eggjs/tegg",
  "bugs": {
    "url": "https://github.com/eggjs/tegg/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eggjs/tegg.git",
    "directory": "core/core-decorator"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@eggjs/tegg-common-util": "^3.78.15",
    "@eggjs/tegg-types": "^3.78.15",
    "reflect-metadata": "^0.1.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.2.4",
    "cross-env": "^7.0.3",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "gitHead": "0ece332df20045c19678fd191f35611ce257681e"
}
