mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* docs: upgrade the Node.js version and improve the documentation * docs: upgrade the Node.js connector version and add IPv6 documentation instructions * docs: modify nodejs download link * docs: modify host describe * docs: modify dsn describe error * docs: update nodejs connector version
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "examples",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tdengine/websocket": "^3.1.7"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"description": ""
|
|
}
|