UNPKG

@c10k/tx-manager

Version:

NodeJS MySQL TxManager and MapperFactory

43 lines (42 loc) 896 B
{ "name": "@c10k/tx-manager", "type": "module", "version": "0.0.2", "description": "NodeJS MySQL TxManager and MapperFactory", "main": "src/main.js", "directories": { "lib": "src", "test": "tests" }, "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "repository": { "type": "git", "url": "git+https://github.com/qyvlik/tx-manager.git" }, "keywords": [ "No", "NodeJS", "MySQL", "TxManager", "MyBatisMapper", "Factory" ], "author": "qyvlik@qq.com", "license": "MIT", "bugs": { "url": "https://github.com/qyvlik/tx-manager/issues" }, "homepage": "https://github.com/qyvlik/tx-manager#readme", "devDependencies": { "jest": "^29.1.2", "mybatis-mapper": "^0.6.8", "mysql2": "^3.0.1", "uuid": "^9.0.0" }, "jest": { "testEnvironment": "node", "testTimeout": 60000 } }