presto-client
Version:
Distributed query engine Presto/Trino client library for node.js
28 lines (27 loc) • 575 B
JSON
{
"name": "presto-client",
"version": "1.1.0",
"description": "Distributed query engine Presto/Trino client library for node.js",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/tagomoris/presto-client-node.git"
},
"keywords": [
"presto"
],
"author": "tagomoris",
"license": "MIT",
"bugs": {
"url": "https://github.com/tagomoris/presto-client-node/issues"
},
"devDependencies": {
"jest": "29.5.0"
},
"dependencies": {
"follow-redirects": "^1.15.3"
}
}