{
    "name": "@infernored/electionguard-experimental",
    "version": "1.91.1-8.2",
    "description": "Library for encrypting ballots for the ElectionGuard voting system",
    "author": "Microsoft <electionguard@microsoft.com>",
    "license": "MIT",
    "homepage": "https://electionguard.vote",
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/electionguard-core2.git"
    },
    "bugs": {
        "url": "https://github.com/microsoft/electionguard-core2/issues",
        "email": "electionguard@microsoft.com"
    },
    "keywords": [
        "election",
        "voting",
        "vote",
        "electionguard",
        "electionguardjs"
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "tsc && copyfiles -u 1 src/**/*.wasm dist",
        "build:wasm": "cd ../.. && make build-wasm",
        "clean": "rm -rf dist",
        "clean:all": "rm -rf dist && rm -r src/wasm/electionguard.wasm.*",
        "pack": "webpack",
        "prepare": "npm run clean && npm run build",
        "restore": "rm -r node_modules && npm install",
        "test": "mocha --require ts-node/register **/*.test.ts"
    },
    "devDependencies": {
        "@types/chai": "^4.3.4",
        "@types/emscripten": "^1.39.6",
        "@types/mocha": "^10.0.1",
        "@types/node": "^18.15.12",
        "chai": "^4.3.7",
        "copyfiles": "^2.4.1",
        "file-loader": "^6.2.0",
        "mocha": "^10.2.0",
        "prettier": "^2.8.7",
        "ts-loader": "^9.4.2",
        "ts-node": "^10.9.1",
        "tsembind": "^1.1.0",
        "typescript": "^5.0.4",
        "webpack": "^5.79.0",
        "webpack-cli": "^5.0.1"
    },
    "peerDependencies": {
        "@types/emscripten": "^1.39.6",
        "typescript": "^4.0.0"
    },
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    }
}
