@eggjs/dal-plugin
Version:
dal plugin for egg
94 lines • 2.71 kB
JSON
{
"name": "@eggjs/dal-plugin",
"eggPlugin": {
"name": "teggDal",
"strict": false,
"dependencies": [
"tegg"
]
},
"eggModule": {
"name": "teggDal"
},
"version": "4.0.0-beta.0",
"description": "dal plugin for egg",
"keywords": [
"egg",
"plugin",
"typescript",
"module",
"tegg",
"dal"
],
"files": [
"dist"
],
"type": "module",
"exports": {
".": "./dist/index.js",
"./app": "./dist/app.js",
"./lib/DalModuleLoadUnitHook": "./dist/lib/DalModuleLoadUnitHook.js",
"./lib/DalTableEggPrototypeHook": "./dist/lib/DalTableEggPrototypeHook.js",
"./lib/DataSource": "./dist/lib/DataSource.js",
"./lib/MysqlDataSourceManager": "./dist/lib/MysqlDataSourceManager.js",
"./lib/SqlMapManager": "./dist/lib/SqlMapManager.js",
"./lib/TableModelManager": "./dist/lib/TableModelManager.js",
"./lib/TransactionalAOP": "./dist/lib/TransactionalAOP.js",
"./lib/TransactionPrototypeHook": "./dist/lib/TransactionPrototypeHook.js",
"./types": "./dist/types.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/eggjs/egg/tree/next/tegg/plugin/dal",
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:eggjs/egg.git",
"directory": "tegg/plugin/dal"
},
"engines": {
"node": ">=22.18.0"
},
"dependencies": {
"@eggjs/aop-decorator": "4.0.0-beta.29",
"@eggjs/dal-runtime": "4.0.0-beta.29",
"@eggjs/tegg-common-util": "4.0.0-beta.29",
"@eggjs/dal-decorator": "4.0.0-beta.29",
"@eggjs/core-decorator": "4.0.0-beta.29",
"@eggjs/lifecycle": "4.0.0-beta.29",
"@eggjs/tegg-loader": "4.0.0-beta.29",
"@eggjs/metadata": "4.0.0-beta.29",
"@eggjs/tegg-types": "4.0.0-beta.29",
"@eggjs/transaction-decorator": "4.0.0-beta.29"
},
"peerDependencies": {
"@eggjs/tegg-plugin": "4.0.0-beta.29",
"egg": "4.1.0-beta.29"
},
"devDependencies": {
"@types/node": "^24.9.1",
"globby": "^11.0.2",
"tsdown": "0.15.9",
"typescript": "^5.9.3",
"unplugin-unused": "^0.5.4",
"@eggjs/tegg": "4.0.0-beta.29",
"@eggjs/mock": "7.0.0-beta.29",
"@eggjs/aop-plugin": "4.0.0-beta.29",
"@eggjs/tegg-plugin": "4.0.0-beta.29",
"@eggjs/tegg-config": "4.0.0-beta.29",
"@eggjs/tracer": "4.0.0-beta.29",
"egg": "4.1.0-beta.29"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf dist *.tsbuildinfo",
"build": "tsdown && npm run clean && tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit"
}
}