@eggjs/tegg-aop-plugin
Version:
tegg aop plugin
68 lines (67 loc) • 1.59 kB
JSON
{
"name": "@eggjs/tegg-aop-plugin",
"version": "3.52.0",
"eggPlugin": {
"name": "aopModule",
"dependencies": [
"tegg"
]
},
"types": "typings/index.d.ts",
"description": "tegg aop plugin",
"keywords": [
"egg",
"typescript",
"decorator",
"aop",
"tegg"
],
"files": [
"app.js",
"app.d.ts",
"lib/**/*.js",
"lib/**/*.d.ts"
],
"scripts": {
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",
"clean": "tsc -b --clean",
"tsc": "npm run clean && tsc -p ./tsconfig.json",
"tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json",
"prepublishOnly": "npm run 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/aop"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/aop-decorator": "^3.52.0",
"@eggjs/egg-module-common": "^3.52.0",
"@eggjs/tegg": "^3.52.0",
"@eggjs/tegg-aop-runtime": "^3.52.0",
"@eggjs/tegg-metadata": "^3.52.0"
},
"devDependencies": {
"@eggjs/tegg-config": "^3.52.0",
"@eggjs/tegg-plugin": "^3.52.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"cross-env": "^7.0.3",
"egg": "^3.9.1",
"egg-mock": "^5.5.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "35ed34855041dd8898046c9f3834d09a39da8ada"
}