{
  "name": "@desig/core",
  "version": "1.0.7",
  "description": "Desig: The Blockchain-Agnostic Multisig Solution.",
  "homepage": "https://core.desig.io/",
  "keywords": [
    "sss",
    "tss",
    "eddsa",
    "ecdsa",
    "ed25519",
    "secp256k1",
    "elgamal"
  ],
  "main": "dist/index.js",
  "repository": "git@github.com:DescartesNetwork/desig.git",
  "author": {
    "name": "Tu Phan",
    "email": "tuphan@descartes.network"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "pnpm clean && tsc",
    "deploy": "typedoc --excludePrivate --excludeProtected ./src/index.ts && gh-pages -d docs",
    "test": "pnpm build && mocha --require ts-node/register -t 120000 test/**/*.test.ts",
    "test:watch": "nodemon --ext ts --watch src --watch test --exec \"pnpm test\"",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@noble/ed25519": "^1.7.1",
    "@noble/hashes": "^1.1.5",
    "@noble/secp256k1": "^1.7.0",
    "bn.js": "^5.2.1"
  },
  "devDependencies": {
    "@ethereumjs/common": "^3.0.2",
    "@ethereumjs/tx": "~4.0.2",
    "@solana/web3.js": "^1.73.0",
    "@types/bn.js": "^5.1.1",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.18",
    "bs58": "^5.0.0",
    "chai": "^4.3.6",
    "gh-pages": "^4.0.0",
    "mocha": "^10.0.0",
    "nodemon": "^2.0.20",
    "rimraf": "^3.0.2",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.15",
    "typescript": "^4.8.3",
    "web3": "^1.8.2"
  },
  "engines": {
    "node": ">=16 <=18"
  }
}
