{ "name": "xxdk-wasm", "version": "0.3.18", "description": "WebAssembly bindings for xxDK.", "main": "dist/bundle.js", "directories": { "test": "test", "src": "src" }, "files": [ "dist/*" ], "scripts": { "clean": "rm -rf dist", "build": "make binaries && npm run clean && webpack --mode production", "devbuild": "npm run clean && webpack", "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": { "@babel/preset-env": "^7.23.9", "@babel/preset-typescript": "^7.23.3", "@types/node": "^20.11.17", "babel-loader": "^9.1.3", "safe-buffer": "^5.2.1", "ts-loader": "^9.5.1", "tsc": "^2.0.4", "typescript": "^5.3.3", "undici-types": "^6.5.0", "webpack": "^5.90.0", "webpack-cli": "^5.1.4" }, "dependencies": { "ts.data.json": "^2.2.0" } }