mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 41f54bac68755f4db5583a2d0d16424e08c47419 [formerly 7b02ca2fb5534591e647e586ea18fa1ab0023a6c] [formerly 4a8267a491f58c283f88a3a4093b76fc79b41545 [formerly 5e193671a1]]
Former-commit-id: d8d53cc64d6a6557a9aa252d013f082f23ad0de3 [formerly fb4e8a3764b91332ed7a9b5fcd70713d3f315241]
Former-commit-id: 37421fa86f881926c4b68aab74339bc541ecc6b1
24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"name": "@zk-kit/types",
|
|
"version": "1.0.9",
|
|
"description": "Common type definitions for Semaphore modules.",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"repository": "https://github.com/appliedzkp/zk-kit",
|
|
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols",
|
|
"scripts": {
|
|
"tsc": "npx tsc src/index.ts",
|
|
"build": "npm run clean && tsc -p .",
|
|
"clean": "rimraf ./dist"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Andrija Novakovic",
|
|
"email": "akinovak@gmail.com"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|