-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproton-config.default.json
64 lines (64 loc) · 1.34 KB
/
proton-config.default.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
{
"name": "my-app",
"main": "proton-src/main",
"language": "typescript",
"compiler-options": {
"no-check": null,
"import-map": null,
"no-remote": null,
"no-npm": null,
"node-modules-dir": null,
"vendor": null,
"config": null,
"reload": null,
"lock": null,
"lock-write": null,
"no-lock": null,
"cert": null,
"quiet": null,
"unsafely-ignore-certificate-errors": null,
"no-prompt": true,
"catch-only": null,
"location": null,
"v8-flags": null,
"seed": null,
"check": null,
"include": null,
"output": null,
"target": null,
"no-terminal": true,
"env": null
},
"permissions": {
"allow_read": null,
"allow_write": null,
"allow_net": null,
"unsafely_ignore_certificate_errors": null,
"allow_env": null,
"allow_sys": null,
"allow_ffi": [
"https://github.com/kakashi-69-xd/proton-xd/bindings/bin"
],
"allow_hrtm": null,
"deny_read": null,
"deny_write": null,
"deny_net": null,
"deny_env": null,
"deny_sys": null,
"deny_ffi": null,
"deny_hrtm": null
},
"unstable": {
"bare-node-builtins": null,
"byonm": null,
"workspces": null,
"broadcast": null,
"ffi": true,
"fs": null,
"kv": null,
"net": null,
"http": null,
"worker-options": null,
"cron": null
}
}