Files
anonklub/pkgs/query/package.json
sripwoud 4900818ab7 Version Packages (#424)
* Version Packages

* do not bump deps in ui and circom

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-31 19:34:58 +00:00

31 lines
763 B
JSON

{
"name": "@anonklub/query",
"version": "1.2.2",
"author": "sripwoud <me@sripwoud.xyz>",
"description": "Query Anonymity sets of Ethereum addresses",
"repository": "https://github.com/anonklub/anonklub/tree/main/%40anonklub/query",
"homepage": "https://github.com/anonklub/anonklub",
"bugs": "https://github.com/anonklub/anonklub/issues",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "pnpm clean && tsc --project tsconfig.compile.json",
"clean": "rm -rf dist",
"prepack": "pnpm build",
"typecheck": "tsc"
},
"keywords": [
"ethereum",
"query",
"sets",
"anonymity",
"address"
],
"dependencies": {
"class-validator": "^0.14.0"
}
}