mirror of
https://github.com/anonklub/anonklub.git
synced 2026-05-03 03:00:04 -04:00
* Version Packages * do not bump deps in ui and circom --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
763 B
JSON
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"
|
|
}
|
|
}
|