TDengine/docs/examples/node/package.json

16 lines
277 B
JSON
Raw Permalink Normal View History

{
2024-11-22 03:22:21 +00:00
"name": "td",
"version": "1.0.0",
"main": "index.js",
2024-11-22 03:22:21 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-11-22 03:22:21 +00:00
"@tdengine/websocket": "^3.1.2"
}
}