forked from FleekHQ/fleek-storage-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 702 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 702 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
{
"name": "@fleekhq/fleek-storage-js",
"version": "1.0.21",
"description": "JS SDK to interact with Fleek Storage",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FleekHQ/fleek-storage-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FleekHQ/fleek-storage-js/issues"
},
"homepage": "https://github.com/FleekHQ/fleek-storage-js#readme",
"devDependencies": {
"eslint": "^7.2.0",
"jest": "^26.0.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.53.1",
"axios": "^0.21.1",
"multiformats": "^9.4.7",
"s3-streaming-upload": "^0.3.4"
}
}