-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 KB
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
46
47
48
49
{
"name": "@thetechtrap/git-remote-dgit",
"version": "0.1.4",
"description": "git-remote-helper for Dgit",
"main": "bin/index.mjs",
"bin": {
"git-remote-gitopia": "bin/index.mjs"
},
"type": "module",
"dependencies": {
"arweave": "^1.9.1",
"arweave-bundles": "^1.0.0",
"axios": "^0.21.0",
"cids": "^0.5.7",
"cli-progress": "^3.8.2",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"ipld-git": "^0.2.3",
"jsonfile": "^5.0.0",
"level": "^5.0.0",
"ora": "^3.1.0",
"shelljs": "^0.8.3",
"simple-git": "^1.107.0",
"smart-buffer": "^4.0.2",
"smartweave": "github:TheTechTrap/SmartWeave#v0.4.0",
"url-parse": "^1.4.4",
"zlib": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheTechTrap/git-remote-dgit.git"
},
"keywords": [
"git-remote-helper",
"dgit",
"git",
"arweave"
],
"author": "dgit@thetechtrap.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheTechTrap/git-remote-dgit/issues"
},
"homepage": "https://github.com/TheTechTrap/git-remote-dgit#readme"
}