UNPKG

@eggjs/tegg-transaction-decorator

Version:

tegg transaction decorator

57 lines (56 loc) 1.41 kB
{ "name": "@eggjs/tegg-transaction-decorator", "version": "3.84.2", "description": "tegg transaction decorator", "keywords": [ "egg", "typescript", "decorator", "transaction", "tegg" ], "author": "qile222 <chhxxc@gmail.com>", "homepage": "https://github.com/eggjs/tegg", "repository": { "type": "git", "url": "git@github.com:eggjs/tegg.git", "directory": "core/transaction-decorator" }, "dependencies": { "@eggjs/core-decorator": "^3.84.2", "@eggjs/tegg-common-util": "^3.84.2", "@eggjs/tegg-metadata": "^3.84.2", "@eggjs/tegg-types": "^3.84.2" }, "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" }, "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": "3b9f9074a2658395ee693f6ca5878c329239c5cc" }