-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1016 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ipfs-free",
"version": "1.2.1",
"description": "ipfs-free aggregates multiple IPFS platform uploading SDKs into a single, easy to use package.",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/IceHugh/ipfs-free",
"type": "git"
},
"types": "lib/types/index.d.ts",
"scripts": {
"build": "tsc --build ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ipfs",
"free",
"filebase",
"lighthouse",
"pinata",
"web3.storage",
"web3",
"4everland"
],
"author": "iceHugh",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.341.0",
"@lighthouse-web3/sdk": "^0.2.5",
"@pinata/sdk": "^2.1.0",
"aws-sdk": "^2.1386.0",
"axios": "^1.4.0",
"cid-tool": "^3.0.0",
"ipfs-only-hash": "^4.0.0",
"sharp": "^0.32.1",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^5.2.2"
},
"files": [
"lib/**/*"
]
}