Skip to content
Snippets Groups Projects
Select Git revision
  • 636cbc12f53fb09c720d025e25d6e0c8c23253d3
  • main default protected
  • development
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
11 results

XXClient-quick-start-guide.md

Blame
  • package.json 1.24 KiB
    {
        "name": "xxdk-wasm",
        "version": "0.3.21",
        "description": "WebAssembly bindings for xxDK.",
        "main": "dist/bundle.js",
        "directories": {
            "test": "test",
            "src": "src"
        },
        "files": [
            "dist/*"
        ],
        "types": "dist/index.d.ts",
        "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"
        }
    }