typeorm-transactional-decorator
Version:
A package to simplify transaction management in TypeORM
39 lines (38 loc) • 935 B
JSON
{
"name": "typeorm-transactional-decorator",
"version": "1.0.3",
"description": "A package to simplify transaction management in TypeORM",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typeorm",
"transaction",
"decorator",
"nodejs"
],
"author": "gwythyrv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gwythyr/typeorm-transactional-decorator"
},
"bugs": {
"url": "https://github.com/gwythyr/typeorm-transactional-decorator/issues"
},
"homepage": "https://github.com/gwythyr/typeorm-transactional-decorator#readme",
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^4.5.0"
},
"peerDependencies": {
"typeorm": "^0.3.20"
}
}