e7929d6f6b
* wip * post-cherry pick fixes * wip * wip * using sqlite-based indexeddb shim * running nymClient in worker thread * improved received handling * building node mix-fetch * fixed mix fetch request constructor if args[1] == undefined * fixed build target * nodejs origin bypass * mix fetch in node but I dont think anyone should use it over normal client... * target locking * fixed post-rebasing issues
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"name": "internal-dev-node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node src/index.mjs"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nymproject/nym-client-wasm": "file:../../../dist/node/wasm/client",
|
|
"indexeddbshim": "^13.0.0-pre.1",
|
|
"ws": "^8.13.0"
|
|
}
|
|
}
|