{
  "name": "@eggjs/tegg-dal-plugin",
  "eggPlugin": {
    "name": "teggDal",
    "strict": false,
    "dependencies": [
      "tegg"
    ]
  },
  "eggModule": {
    "name": "teggDal"
  },
  "version": "3.84.1",
  "description": "dal plugin for egg",
  "main": "index.js",
  "keywords": [
    "egg",
    "plugin",
    "typescript",
    "module",
    "tegg",
    "dal"
  ],
  "files": [
    "app.js",
    "app.d.ts",
    "index.js",
    "index.d.ts",
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "app/**/*.js",
    "app/**/*.d.ts",
    "typings/*.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"
  },
  "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": "plugin/dal"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@eggjs/dal-runtime": "^3.84.1"
  },
  "devDependencies": {
    "@eggjs/tegg-aop-plugin": "^3.84.1",
    "@eggjs/tegg-config": "^3.84.1",
    "@eggjs/tegg-plugin": "^3.84.1",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.2.4",
    "cross-env": "^7.0.3",
    "egg": "^3.9.1",
    "egg-mock": "^5.5.0",
    "egg-tracer": "^2.0.0",
    "globby": "^11.1.0",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d68d6ad57bca6bab0ebdcc8dae6769d168499220"
}
