-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
138 lines (138 loc) · 5.09 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@universalweb/network",
"appId": "universalWeb.browser",
"author": "Universal Web",
"type": "module",
"auto-changelog": {
"commitLimit": false,
"output": "CHANGELOG.md",
"template": "./maintenance/keepachangelog.hbs",
"unreleased": true
},
"bugs": {
"url": "https://github.com/universalweb/Network/issues"
},
"company": "Universal Web, Inc",
"dependencies": {
"@cldmv/sizeofvar": "^1.0.4",
"@electron/packager": "^18.3.2",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"@noble/post-quantum": "^0.1.0",
"@universalweb/acid": "^3.0.63",
"cbor-x": "^1.5.6",
"electron": "^23.1.3",
"keychain": "^1.4.0",
"mongoose": "^7.0.1",
"msgpackr": "^1.8.5",
"node-seal": "^5.1.3",
"node-watch": "^0.7.3",
"nodemon": "^2.0.22",
"os-utils": "^0.0.14",
"pqc-dilithium": "^0.2.0",
"qrcode": "^1.5.1",
"sodium-native": "^4.0.1"
},
"description": "UW:// modules for Client, Server, VIAT, DIS, Browser, Crypto, Modules, & certificates. This is the main repo for all Universal Web & VIAT related modules, scripts, and code.",
"esm": {
"cjs": true,
"mode": "auto",
"await": true,
"wasm": true,
"force": false
},
"engines": {
"node": ">=21.2.0"
},
"homepage": "https://github.com/universalweb/Network#readme",
"license": "ISC",
"mac": {
"category": "browser"
},
"main": "main.csj",
"nodemonConfig": {
"delay": 2500,
"execMap": {
"js": "node"
},
"ignore": [
"node_modules/",
"**.json",
"**.css",
"**.html"
]
},
"imports": {
"#server/*": "./udsp/server/*.js",
"#server": "./udsp/server/index.js",
"#serverApp/*": "./serverApp/*.js",
"#utilities/*": "./utilities/*.js",
"#state/*": "./state/*.js",
"#client": "./udsp/client/index.js",
"#client/*": "./udsp/client/*.js",
"#config/*": "./config/*.js",
"#sodium": "./sodium.js",
"#crypto": "./utilities/crypto.js",
"#watch": "./utilities/watch.js",
"#logs": "./utilities/logs.js",
"#cleanPath": "./utilities/cleanPath.js",
"#file": "./utilities/file.js",
"#propertyAccess": "./utilities/propertyAccess.js",
"#pluckBuffer": "./utilities/pluckBuffer.js",
"#certificate": "./utilities/certificate/index.js",
"#udsp/*": "./udsp/*.js",
"#udsp": "./udsp/index.js"
},
"postinstall": "electron-builder install-app-deps",
"productName": "Universal Web Browser",
"repository": {
"type": "git",
"url": "git+https://github.com/universalweb/Network.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"certificates": "nodemon ./scripts/certificates.js --watch ./scripts/certificates.js --watch ./certificates/ --watch ./utilities/",
"dist": "electron-builder",
"electron": "electron .",
"pack": "electron-builder --dir",
"server": "nodemon ./serverApp/index.js --watch ./udsp/ --watch ./serverApp/ --watch ./utilities/",
"simulate": "nodemon ./scripts/simulate.js --watch ./client/ --watch ./server/ --watch ./scripts/simulate.js --watch utilities/",
"connectRequest": "nodemon ./scripts/client/connectRequest.js --watch ./udsp/ --watch ./scripts/client/connectRequest.js --watch ./utilities/ --delay 3",
"connectRequestHybridKyber": "nodemon ./scripts/client/connectRequestHybridKyber.js --watch ./udsp/ --watch ./scripts/client/connectRequestHybridKyber.js --watch ./utilities/ --delay 3",
"connect": "nodemon ./scripts/client/connect.js --watch ./udsp/ --watch ./scripts/client/connect.js --watch ./utilities/ --delay 3",
"closeReconnect": "nodemon ./scripts/client/closeReconnect.js --watch ./udsp/ --watch ./scripts/client/closeReconnect.js --watch ./utilities/ --delay 3",
"connectRequestKyber": "nodemon ./scripts/client/connectRequestKyber.js --watch ./udsp/ --watch ./scripts/client/connectRequestKyber.js --watch ./utilities/ --delay 3",
"request": "nodemon ./scripts/client/request.js --watch ./udsp/ --watch ./scripts/client/request.js --watch ./utilities/ --delay 3",
"close": "nodemon ./scripts/client/close.js --watch ./udsp/ --watch ./scripts/client/close.js --watch ./utilities/ --delay 3",
"clientNoCert": "nodemon ./scripts/client/clientNoCert.js --watch ./udsp/ --watch ./scripts/client/clientNoCert.js --watch ./utilities/ --delay 3",
"start": "nodemon --watch ./index.html --watch ./client/ --watch ./browser/ --watch ./main.js --exec 'electron .'",
"changelog": "auto-changelog -p --sort-commits date-desc && git add CHANGELOG.md",
"bumpVersion": "npm version patch --force",
"publish": "npm update && npm run bumpVersion && npm run changelog",
"varmemtest": "nodemon -expose-gc --watch 'memoryTests.js' memoryTests.js"
},
"version": "3.0.3",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@electron-forge/cli": "^6.0.5",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^1.5.4",
"@universalweb/docredux": "^3.2.7",
"auto-changelog": "^2.4.0",
"axios": "^1.6.3",
"benchmark": "^2.1.4",
"daisyui": "^4.4.19",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.9.1",
"htmlhint": "^1.1.4",
"rollup": "^4.9.1",
"tailwindcss": "^3.3.6",
"testatron": "^2.1.0",
"textlint": "^13.4.1"
}
}