-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 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
31
{
"name": "originless",
"version": "0.0.8",
"main": "app.js",
"scripts": {
"test": "docker run --name ipfs-host --rm --network host docker.io/ipfs/kubo:latest",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/besoeasy/Originless.git"
},
"author": "besoeasy",
"license": "ISC",
"bugs": {
"url": "https://github.com/besoeasy/Originless/issues"
},
"homepage": "https://github.com/besoeasy/Originless#readme",
"dependencies": {
"axios": "^1.13.4",
"compression": "^1.8.1",
"cors": "^2.8.5",
"daku": "^0.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.1",
"mime-types": "^3.0.2",
"multer": "^1.4.5-lts.2",
"unzipper": "^0.12.3"
}
}