{
  "name": "poseidon-h",
  "version": "0.0.5",
  "author": {
    "name": "Ash Whitehat",
    "url": "https://github.com/ashwhitehat"
  },
  "description": "Poseidon hash with alt_bn128 implementation in Typescript",
  "repository": {
    "type": "git",
    "url": "git@github.com:inverse-technology/poseidon-ts.git"
  },
  "homepage": "https://github.com/inverse-technology/poseidon-ts",
  "keywords": [
    "poseidon",
    "hash",
    "alt_bn128",
    "groth16",
    "snarkjs",
    "circom"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "private": false,
  "scripts": {
    "lint": "eslint src",
    "fmt": "prettier --write .",
    "fmt:check": "prettier --check .",
    "compile": "circom circuit/poseidon.circom --r1cs --wasm",
    "build": "rm -rf dist && tsc",
    "prepare": "yarn build",
    "test": "jest --detectOpenHandles --forceExit"
  },
  "devDependencies": {
    "@eslint/js": "^9.24.0",
    "@types/circomlibjs": "^0.1.6",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.14.0",
    "@types/snarkjs": "^0.7.9",
    "circom_tester": "^0.0.21",
    "circomlib": "^2.0.5",
    "circomlibjs": "^0.1.7",
    "eslint": "^9.24.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "poseidon-h": "^0.0.2",
    "prettier": "^3.5.3",
    "snarkjs": "^0.7.5",
    "ts-jest": "^29.3.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.29.1"
  }
}
