node-teradata
Version:
Teradata for Node.js
34 lines (33 loc) • 711 B
JSON
{
"name": "node-teradata",
"version": "1.6.1",
"description": "Teradata for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/2Toad/node-teradata.git"
},
"keywords": [
"teradata"
],
"author": "2Toad",
"license": "MIT",
"bugs": {
"url": "https://github.com/2Toad/node-teradata/issues"
},
"homepage": "https://github.com/2Toad/node-teradata#readme",
"scripts": {
"lint": "eslint .",
"prepare": "npm run lint",
"deploy": "npm publish"
},
"dependencies": {
"bluebird": "^3.7.2",
"jdbc": "^0.7.4",
"lodash": "^4.17.21",
"winston": "^2.4.5"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}