-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
71 lines (71 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "foragepm",
"description": "An IPFS-backed package manager proxy cache",
"main": "main.js",
"version": "0.0.21",
"author": "Andrew Nesbitt",
"bin": {
"forage": "cli.js"
},
"build": {
"mac": {
"icon": "./assets/forage.icns",
"category": "your.app.category.type"
}
},
"scripts": {
"test": "mocha",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"config": "node cli.js config",
"unconfig": "node cli.js unconfig"
},
"dependencies": {
"@achingbrain/node-fetch": "^2.6.7",
"@npmcorp/changes-stream": "^3.1.1",
"abort-controller": "^3.0.0",
"async": "^3.2.1",
"electron-log": "^4.4.1",
"env-paths": "^2.2.0",
"fs-extra": "^10.0.0",
"go-ipfs": "^0.10.0",
"http-proxy": "^1.18.1",
"ipfs-http-client": "^52.0.1",
"ipfsd-ctl": "^10.0.3",
"it-all": "^1.0.5",
"it-pipe": "^1.1.0",
"it-to-stream": "^1.0.0",
"jszip": "^3.7.1",
"level-party": "^5.0.0",
"node-jose": "^2.0.0",
"node-stream-zip": "^1.14.0",
"open": "^8.0.4",
"p-event": "^4.2.0",
"semver": "^7.3.5",
"serve-handler": "^6.1.3",
"ssri": "^8.0.0",
"stream-to-it": "^0.2.4",
"tmp-promise": "^3.0.2",
"uint8arrays": "^2.1.8",
"validate-npm-package-name": "^3.0.0",
"yargs": "^16.2.0",
"zipdigest": "^1.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"electron": "^13.2.1",
"electron-builder": "^22.11.7",
"mocha": "^9.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foragepm/forage.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/foragepm/forage/issues"
},
"homepage": "https://github.com/foragepm/forage#readme"
}