x2node-dbos
Version:
SQL database operations.
43 lines (42 loc) • 1 kB
JSON
{
"name": "x2node-dbos",
"version": "1.9.1",
"description": "SQL database operations.",
"keywords": [
"sql",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-dbos.git"
},
"author": "Lev Himmelfarb <lev@boylesoftware.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-dbos/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-dbos#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"x2node-common": "^1.5.2",
"x2node-patches": "^1.3.1",
"x2node-pointers": "^1.2.12",
"x2node-records": "^2.4.3",
"x2node-rsparser": "^2.1.15",
"x2node-validators": "^1.6.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0"
}
}