UNPKG

futoin-database

Version:

Neutral database interface with powerful Query and revolution Transaction builders

79 lines (78 loc) 1.75 kB
{ "name": "futoin-database", "version": "1.9.13", "description": "Neutral database interface with powerful Query and revolution Transaction builders", "main": "main.js", "files": [ "examples/", "specs/", "main.js", "AutoConfig.js", "*Builder.js", "*Driver.js", "*Face.js", "*Service.js", "futoin.json" ], "engines": { "node": ">=6" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/futoin/core-js-ri-database.git" }, "keywords": [ "futoin", "async", "db", "database", "querybuilder", "transaction", "postgresql", "mysql", "mariadb" ], "author": { "name": "Andrey Galkin", "email": "andrey@futoin.org" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/futoin/core-js-ri-database/issues", "email": "support@futoin.org" }, "devDependencies": { "chai": "^6.2.2", "eslint": "^10.2.1", "eslint-plugin-jsdoc": "^62.9.0", "futoin-asyncsteps": "^2.5.6", "futoin-executor": "^2.3.8", "futoin-invoker": "^2.4.10", "grunt": "^1.6.2", "grunt-eslint": "^26.0.0", "grunt-jsdoc-to-markdown": "^6.0.0", "grunt-simple-nyc": "^3.0.1", "grunt-text-replace": "^0.4.0", "mocha": "^11.7.5" }, "dependencies": { "@futoin/specs": ">=2019.1104.0", "futoin-asyncevent": "^2.3.9", "lodash": "^4.18.1", "moment": "^2.30.1" }, "optionalDependencies": { "mysql": "^2.18.1", "pg": "^8.20.0", "sqlite3": "^6.0.1", "sqlstring": "^2.3.3" }, "peerDependencies": { "futoin-asyncsteps": "^2.3.2", "futoin-executor": "^1.10.0 || ^2.1.4", "futoin-invoker": "^1.10.0 || ^2.1.2" } }