mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "@libsem/types",
|
|
"version": "1.0.5",
|
|
"description": "Common type definitions for Semaphore modules.",
|
|
"main": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"tsc": "npx tsc src/index.ts",
|
|
"build": "npm run clean && tsc -p .",
|
|
"clean": "rimraf ./dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.3.0"
|
|
}
|
|
}
|