UNPKG

@eggjs/tegg-config

Version:

module config plugin for egg

69 lines (68 loc) 1.39 kB
{ "name": "@eggjs/tegg-config", "eggPlugin": { "name": "teggConfig" }, "version": "4.0.0-beta.2", "description": "module config plugin for egg", "keywords": [ "egg", "plugin", "typescript", "module", "config", "tegg" ], "files": [ "app.js", "app.d.ts", "typings/index.d.ts", "lib/**/*.js", "lib/**/*.d.ts", "agent.js", "agent.d.ts", "index.js", "index.d.ts" ], "type": "module", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "scripts": { "clean": "tsc -b --clean", "tsc": "npm run clean && tsc -p ./tsconfig.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/config" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@eggjs/tegg-common-util": "^4.0.0-beta.2", "@eggjs/utils": "^4.3.0" }, "devDependencies": { "@eggjs/mock": "6", "@types/node": "22", "egg": "4", "ts-node": "10", "typescript": "5" }, "publishConfig": { "access": "public" }, "gitHead": "7e29d49dcc2eb26909697d5543b3c4f596c9e927" }