{ "name": "@semaphore-protocol/data", "version": "4.0.0-beta.2", "description": "A library to query Semaphore contracts.", "type": "module", "license": "MIT", "main": "dist/index.js", "types": "dist/types/index.d.ts", "exports": { "types": "./dist/types/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "files": [ "dist/", "src/", "LICENSE", "README.md" ], "repository": "https://github.com/semaphore-protocol/semaphore", "homepage": "https://github.com/semaphore-protocol/semaphore/tree/main/packages/data", "bugs": { "url": "https://github.com/semaphore-protocol/semaphore.git/issues" }, "scripts": { "build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript", "prepublishOnly": "yarn build" }, "publishConfig": { "access": "public" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-typescript": "^11.1.6", "rimraf": "^5.0.5", "rollup": "^4.12.0", "rollup-plugin-cleanup": "^3.2.1" }, "dependencies": { "axios": "1.6.6", "ethers": "6.11.0" } }