-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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
27
28
29
30
{
"name": "@appveen/data.stack-utils",
"version": "2.1.1",
"description": "General utility functions for appveen data.stack/datanimbus.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appveen/data.stack-utils.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/appveen/data.stack-utils/issues"
},
"homepage": "https://github.com/appveen/data.stack-utils#readme",
"dependencies": {
"@azure/storage-blob": "^12.14.0",
"@google-cloud/storage": "^6.9.1",
"aws-sdk": "^2.1364.0",
"axios": "^1.9.0",
"got": "^11.8.6",
"lodash": "^4.17.21",
"log4js": "^6.7.1",
"node-nats-streaming": "^0.3.2"
}
}