{
  "name": "@nikkolasg/noble-bls12-381",
  "version": "0.2.8",
  "description": "Noble BLS12-381 pairing-friendly curve. High-security, easily auditable, 0-dep aggregated signatures & pubkey.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "jest",
    "compile": "rm lib/*; tsc -d"
  },
  "author": "Paul Miller (https://paulmillr.com), forked by nikkolasg",
  "homepage": "https://github.com/drand/noble-bls12-381",
  "repository": {
    "type": "git",
    "url": "https://github.com/drand/noble-bls12-381.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.8",
    "fast-check": "^1.16.0",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "keywords": [
    "bls12-381",
    "bls12",
    "bls",
    "bls signature",
    "threshold signatures",
    "aggregate",
    "aggregated",
    "zk-snark",
    "barreto-lynn-scott",
    "barreto-naehrig",
    "pairing",
    "cryptography",
    "security"
  ]
}
