ves-stark-nodejs 0.2.3

Node.js bindings for VES STARK proof system
Documentation
{
  "name": "@stateset/ves-stark",
  "version": "0.2.3",
  "description": "Node.js bindings for VES STARK proof system",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/stateset/stateset-stark"
  },
  "license": "MIT",
  "keywords": [
    "stark",
    "zkp",
    "zero-knowledge",
    "compliance",
    "cryptography",
    "napi-rs"
  ],
  "files": [
    "index.js",
    "index.d.ts",
    "*.node"
  ],
  "napi": {
    "name": "ves-stark",
    "triples": {
      "defaults": true,
      "additional": [
        "x86_64-unknown-linux-musl",
        "aarch64-unknown-linux-gnu",
        "aarch64-apple-darwin",
        "aarch64-unknown-linux-musl"
      ]
    }
  },
  "engines": {
    "node": ">= 14"
  },
  "scripts": {
    "artifacts": "napi artifacts",
    "build": "napi build --platform --release",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish -t npm",
    "test": "node test/test.js",
    "universal": "napi universal",
    "version": "napi version"
  },
  "devDependencies": {
    "@napi-rs/cli": "^2.18.0"
  }
}