UNPKG

@eggjs/tegg-config

Version:

module config plugin for egg

62 lines (61 loc) 1.38 kB
{ "name": "@eggjs/tegg-config", "eggPlugin": { "name": "teggConfig" }, "version": "3.79.3", "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" ], "types": "typings/index.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/config" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "@eggjs/tegg-common-util": "^3.79.3" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", "egg": "^3.9.1", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "publishConfig": { "access": "public" }, "gitHead": "796e292c5a68881272e3769ce3a10589dbc36ee6" }