-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.73 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "hyper-web",
"author": "Lanmower <almagestfraternite@gmail.com",
"version": "0.0.41",
"description": "serve websites from anywhere",
"homepage": "https://southcoast.ga",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron --trace-warnings .",
"pack": "electron-builder --dir",
"dist": "electron-builder -p never --win",
"publish": "electron-builder -p always"
},
"build": {
"appId": "hyper-web",
"win": {
"target": [
"portable"
],
"icon": "./icon512wb.png",
"publish": {
"provider": "spaces",
"name": "oodaspace",
"region": "ams3",
"acl": "public-read"
}
},
"linux": {
"target": "deb",
"publish": {
"provider": "spaces",
"name": "oodaspace",
"region": "ams3",
"acl": "public-read"
}
},
"deb": {},
"asar": true,
"extraFiles": [
"actions",
"files",
"src"
],
"files": [
"!electron-builder.env"
]
},
"keywords": [],
"license": "OO",
"devDependencies": {
"@hyperspace/cli": "^1.5.1",
"electron": "^12.0.9",
"electron-builder": "^22.10.5"
},
"dependencies": {
"@hyperswarm/dht": "next",
"bignumber.js": "^9.0.1",
"chokidar": "^3.4.3",
"drag-drop": "^6.1.0",
"express": "^3.18.0",
"express-http-proxy": "^1.6.2",
"fs-extra": "^9.0.1",
"hi-base32": "^0.5.1",
"hyper-sdk": "^3.0.9",
"hyperbee": "^1.0.0-7",
"hypercore-crypto": "^2.3.0",
"live-plugin-manager": "^0.15.1",
"msgpackr": "^1.4.2",
"msgpackr-extract": "latest",
"open": "^7.3.0",
"serve-index": "^1.9.1"
},
"productName": "hyperweb"
}