UNPKG

@eggjs/tegg-plugin

Version:

module plugin for egg

87 lines (86 loc) 2 kB
{ "name": "@eggjs/tegg-plugin", "eggPlugin": { "name": "tegg", "dependencies": [ "teggConfig" ] }, "version": "4.0.0-beta.2", "description": "module plugin for egg", "keywords": [ "egg", "plugin", "typescript", "module", "tegg" ], "files": [ "index.js", "index.d.ts", "app.js", "app.d.ts", "lib/**/*.js", "lib/**/*.d.ts", "app/**/*.js", "app/**/*.d.ts", "typings/*.d.ts" ], "type": "module", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "scripts": { "test": "egg-bin test", "cov": "egg-bin cov", "clean": "tsc -b --clean", "tsc": "npm run clean && tsc -p ./tsconfig.pub.json", "tsc:pub": "npm run tsc", "prepublishOnly": "npm run tsc" }, "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/tegg" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@eggjs/core": "^6.4.0", "@eggjs/egg-module-common": "^4.0.0-beta.2", "@eggjs/tegg": "^4.0.0-beta.2", "@eggjs/tegg-background-task": "^4.0.0-beta.2", "@eggjs/tegg-common-util": "^4.0.0-beta.2", "@eggjs/tegg-dynamic-inject-runtime": "^4.0.0-beta.2", "@eggjs/tegg-loader": "^4.0.0-beta.2", "@eggjs/tegg-metadata": "^4.0.0-beta.2", "@eggjs/tegg-runtime": "^4.0.0-beta.2", "extend2": "^4.0.0", "sdk-base": "^5.0.1" }, "devDependencies": { "@eggjs/bin": "7", "@eggjs/mock": "6", "@eggjs/tegg-config": "^4.0.0-beta.2", "@eggjs/tracer": "3", "@types/mocha": "10", "@types/node": "22", "egg": "4", "egg-logger": "^3.0.1", "ts-node": "10", "typescript": "5" }, "publishConfig": { "access": "public" }, "gitHead": "7e29d49dcc2eb26909697d5543b3c4f596c9e927" }