Skip to content
Snippets Groups Projects
package.json 1.21 KiB
Newer Older
{
    "name": "xxdk-wasm",
Richard T. Carback III's avatar
Richard T. Carback III committed
    "version": "0.3.13",
    "description": "WebAssembly bindings for xxDK.",
    "main": "dist/bundle.js",
    "directories": {
    },
    "files": [
    ],
    "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": {