-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
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": "agregore",
"version": "0.2.0",
"description": "Run p2p web scripts from the CLI, no browser required.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules ./test.js",
"lint": "standard --fix"
},
"engines": {
"node": ">=18.0.0"
},
"bin": "bin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AgregoreWeb/agregore-cli.git"
},
"keywords": [
"agregore",
"p2p",
"web",
"cli",
"dweb"
],
"author": "rangermauve <ranger@mauve.moe> (https://mauve.moe/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AgregoreWeb/agregore-cli/issues"
},
"homepage": "https://github.com/AgregoreWeb/agregore-cli#readme",
"devDependencies": {
"standard": "^17.0.0"
},
"dependencies": {
"@rangermauve/fetch-event-source": "^1.0.1",
"gemini-fetch": "^2.0.0",
"go-ipfs": "^0.17.0",
"hyper-sdk": "^5.0.0",
"hypercore-fetch": "^9.9.1",
"ipfs-http-client": "^60.0.1",
"ipfsd-ctl": "^13.0.0",
"js-ipfs-fetch": "^5.0.0"
}
}