futoin-database
Version:
Neutral database interface with powerful Query and revolution Transaction builders
78 lines (77 loc) • 1.72 kB
JSON
{
"name": "futoin-database",
"version": "1.9.12",
"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": "^4.3.7",
"eslint": "^8.36.0",
"futoin-asyncsteps": "^2.5.4",
"futoin-executor": "^2.3.7",
"futoin-invoker": "^2.4.9",
"grunt": "^1.6.1",
"grunt-eslint": "^24.0.1",
"grunt-jsdoc-to-markdown": "^6.0.0",
"grunt-simple-nyc": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"mocha": "^10.2.0"
},
"dependencies": {
"@futoin/specs": ">=2019.1104.0",
"futoin-asyncevent": "^2.3.7",
"lodash": "^4.17.21",
"moment": "^2.29.4"
},
"optionalDependencies": {
"mysql": "^2.18.1",
"pg": "^8.10.0",
"sqlite3": "^5.1.6",
"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"
}
}