{
  "name": "@btc-vision/as-bignum",
  "version": "1.0.0",
  "description": "High-performance 128-bit and 256-bit integer arithmetic for AssemblyScript. Fully audited by Verichains. Designed for blockchain and cryptographic applications.",
  "main": "assembly/index.ts",
  "types": "assembly/index.ts",
  "author": "OPNet <support@opnet.org>",
  "contributors": [
    {
      "name": "MaxGraey",
      "url": "https://github.com/MaxGraey"
    },
    {
      "name": "OPNet",
      "url": "https://github.com/btc-vision"
    }
  ],
  "license": "Apache-2.0",
  "homepage": "https://opnet.org",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/btc-vision/as-bignum.git"
  },
  "bugs": {
    "url": "https://github.com/btc-vision/as-bignum/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/btc-vision"
  },
  "keywords": [
    "u128",
    "u256",
    "i128",
    "i256",
    "bignum",
    "bigint",
    "biginteger",
    "bitcoin",
    "blockchain",
    "opnet",
    "OP_NET",
    "smart-contracts",
    "wasm",
    "webassembly",
    "assemblyscript",
    "division",
    "arithmetic",
    "cryptography",
    "deterministic",
    "audited",
    "verichains"
  ],
  "scripts": {
    "build:debug": "asc assembly/index.ts --target debug",
    "build:release": "asc assembly/index.ts --target release",
    "build": "npm run build:release",
    "test": "asp --config as-pect.config.mjs --verbose",
    "test:ci": "asp --config as-pect.config.mjs --summary --no-logo"
  },
  "devDependencies": {
    "@btc-vision/as-covers-assembly": "^0.4.4",
    "@btc-vision/as-covers-transform": "^0.4.4",
    "@btc-vision/as-pect-assembly": "^8.2.0",
    "@btc-vision/as-pect-cli": "^8.2.0",
    "@btc-vision/as-pect-transform": "^8.2.0",
    "@btc-vision/assemblyscript": "^0.29.3",
    "@btc-vision/opnet-transform": "^1.2.2",
    "micromatch": "^4.0.8",
    "typescript": "^5.9.3",
    "yaml": "^2.8.2"
  },
  "files": [
    "assembly/",
    "build/",
    "README.md",
    "SECURITY.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "engines": {
    "node": ">=24.0.0"
  }
}
