-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 799 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "nodejs-samples",
"version": "1.0.0",
"description": "A collection of Nodejs code samples for interacting with InfluxDB using the [js client](https://github.com/influxdata/influxdb-client-js)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/influxdata/nodejs-samples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/influxdata/nodejs-samples/issues"
},
"homepage": "https://github.com/influxdata/nodejs-samples#readme",
"dependencies": {
"@influxdata/influxdb-client": "^1.26.0",
"@influxdata/influxdb-client-apis": "^1.26.0",
"dotenv": "^16.0.1",
"express": "^4.22.1",
"got": "^11.8.6"
}
}