UNPKG

nest-transact

Version:

This package give you a simplest possibility to use transactions with Nestjs

55 lines (54 loc) 1.26 kB
{ "name": "nest-transact", "version": "9.1.2", "description": "This package give you a simplest possibility to use transactions with Nestjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "rimraf ./dist && npm i && npm-install-peers && tsc --project tsconfig.build.json" }, "repository": { "type": "git", "url": "git@github.com:alphamikle/nest_transact.git" }, "keywords": [ "nest", "nestjs", "transactions", "transact", "sql", "postgresql", "mysql", "mariadb", "typeorm" ], "author": "alphamikle@gmail.com", "license": "MIT", "devDependencies": { "@nestjs/common": "^9.0.8", "@nestjs/core": "^9.0.8", "@types/lodash.xor": "^4.5.7", "@types/node": "^18.0.0", "@types/validator": "^13.7.5", "npm-install-peers": "^1.2.2", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.6", "typeorm": "^0.3.7", "typescript": "^4.7.4" }, "peerDependencies": { "@nestjs/common": "^9.0.8", "@nestjs/core": "^9.0.8", "reflect-metadata": "^0.1.13", "rxjs": "^7.5.6", "typeorm": "^0.3.7" }, "files": [ "lib", "dist" ], "dependencies": { "lodash.xor": "^4.5.0" } }