UNPKG

@eggjs/egg-module-common

Version:
53 lines (52 loc) 1.07 kB
{ "name": "@eggjs/egg-module-common", "version": "4.0.0-beta.2", "description": "common module", "keywords": [ "egg", "typescript", "module", "common", "tegg" ], "type": "module", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" } }, "files": [ "index.js", "index.d.ts" ], "scripts": { "clean": "tsc -b --clean", "tsc": "npm run clean && tsc -p ./tsconfig.json", "tsc:pub": "npm run tsc", "prepublishOnly": "npm run tsc" }, "author": "killagu <killa123@126.com>", "license": "MIT", "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/common" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "22", "ts-node": "10", "typescript": "5" }, "gitHead": "7e29d49dcc2eb26909697d5543b3c4f596c9e927" }