*add crypto-browserify

This commit is contained in:
Derrick Hammer 2023-04-04 06:30:35 -04:00
parent 6cc15997f8
commit 6f5e0765d6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 1 deletions

View File

@ -73,6 +73,7 @@
"@types/streamx": "^2.9.1",
"@types/ws": "^8.5.4",
"cli-progress": "^3.12.0",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.14.54",
"http-browserify": "^1.7.0",
"hyperswarm": "^4.4.0",
@ -99,6 +100,8 @@
"timers": "timers-browserify",
"path": "path-browserify",
"os": "os-browserify",
"net": "./src/net.ts"
"net": "./src/net.ts",
"crypto": "crypto-browserify",
"stream": "stream-browserify"
}
}