@matthewbonig/rds-tools
Version:
A construct for working with RDS SQL servers
18 lines (17 loc) • 341 B
JSON
{
"name": "layer",
"version": "1.0.0",
"description": "base layer for node deps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mssql": "^6.3.1",
"pg": "^8.5.1",
"promise-mysql": "^5.0.3"
}
}