node-firebird-transaction-easy
Version:
26 lines (25 loc) • 595 B
JSON
{
"name": "node-firebird-transaction-easy",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dennnisk/node-firebird-transaction-easy.git"
},
"keywords": ["node-firebird", "typescript"],
"author": "",
"license": "ISC",
"dependencies": {
"node-firebird": "^1.0.0"
},
"devDependencies": {
"typescript": "^4.7.4"
}
}