UNPKG

@eggjs/aop-decorator

Version:
56 lines (55 loc) 1.36 kB
{ "name": "@eggjs/aop-decorator", "version": "3.61.0", "description": "tegg aop decorator", "keywords": [ "tegg", "aop", "typescript", "egg" ], "author": "killagu <killa123@126.com>", "homepage": "https://github.com/eggjs/tegg", "repository": { "type": "git", "url": "git@github.com:eggjs/tegg.git", "directory": "core/aop-decorator" }, "dependencies": { "@eggjs/core-decorator": "^3.61.0", "@eggjs/tegg-common-util": "^3.61.0", "@eggjs/tegg-metadata": "^3.61.0", "@eggjs/tegg-types": "^3.61.0" }, "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" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14.0.0" }, "license": "MIT", "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "bugs": { "url": "https://github.com/eggjs/tegg/issues" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "gitHead": "9a4a2db96ad85909b34de22f222950933f95b19a" }