{
  "name": "@ieigen/anonmisc",
  "version": "0.0.8",
  "description": "Eigen Anonymous Misc Library",
  "keywords": [
    "Commitment",
    "Pedersencommitment",
    "ZKP",
    "Blockchain"
  ],
  "scripts": {
    "lint": "./node_modules/.bin/eslint src --ext .ts",
    "clean": "rm -rf build dist typechain cache artifacts",
    "compile": "hardhat compile",
    "build": "yarn && ./node_modules/.bin/tsc",
    "test": "yarn compile && npx hardhat test"
  },
  "license": "Apache-2.0",
  "homepage": "https://eigen.cash",
  "repository": "https://github.com/ieigen/anonmisc",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Eigenlabs",
  "dependencies": {
    "@noble/secp256k1": "^1.5.5",
    "@openzeppelin/contracts": "^4.5.0",
    "bignumber.js": "^9.0.2",
    "circomlibjs": "^0.1.2"
  },
  "devDependencies": {
    "@eslint/create-config": "^0.1.2",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@typechain/ethers-v5": "^7.0.1",
    "@typechain/hardhat": "^4.0.0",
    "@types/mocha": "^9.1.0",
    "chai": "^4.2.0",
    "dotenv": "^16.0.0",
    "ethereum-waffle": "^3.0.0",
    "ethers": "^5.0.0",
    "hardhat": "^2.9.1",
    "ts-node": "^10.4.0",
    "typechain": "^5.0.0",
    "typescript": "^4.5.5"
  }
}
