-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 881 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 881 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": "hub-uploads",
"version": "0.1.0",
"description": "HUB file uploads services wrapper for web3 up.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/env": "^4.2.0",
"@fastify/error": "^3.4.0",
"@fastify/http-proxy": "^9.2.1",
"@fastify/multipart": "^8.0.0",
"@fastify/swagger": "^8.11.0",
"@fastify/swagger-ui": "^1.10.0",
"@ipld/car": "^5.2.4",
"@opentelemetry/exporter-prometheus": "^0.43.0",
"@opentelemetry/host-metrics": "^0.33.1",
"@opentelemetry/sdk-metrics": "^1.17.0",
"@opentelemetry/sdk-node": "^0.43.0",
"@irys/sdk": "^0.0.2",
"@ucanto/principal": "^8.1.0",
"@web3-storage/w3up-client": "^8.0.3",
"fastify": "^4.23.2"
}
}