Newer
Older
"description": "WebAssembly bindings for xxDK.",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"test": "test",
"src": "src"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.xx.network/elixxir/xxdk-wasm.git"
},
"keywords": [
"xx",
"xxnetwork",
"mixnet",
"privacy"
],
"author": "Richard T. Carback III",
"license": "BSD-2-Clause",
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}