mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
chore: update package descriptions
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"name": "libsem",
|
||||
"version": "2.0.0",
|
||||
"description": "different modules for libsemaphore",
|
||||
"description": "A monorepo of JavaScript libraries for Semaphore.",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "npm run bootstrap && npm run build",
|
||||
"bootstrap": "lerna bootstrap --no-ci",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@libsem/identity",
|
||||
"version": "1.0.9",
|
||||
"description": "Library for managing identites for Semaphore and Rln protocols",
|
||||
"description": "Library for managing identites for Semaphore and Rln protocols.",
|
||||
"main": "dist/index.node.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"repository": "https://github.com/appliedzkp/libsemaphore",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@libsem/protocols",
|
||||
"version": "1.0.10",
|
||||
"description": "Client library for generating and verifying Semaphore & Rln ZK proofs",
|
||||
"description": "Client library for generating and verifying Semaphore & Rln ZK proofs.",
|
||||
"main": "dist/index.node.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"repository": "https://github.com/appliedzkp/libsemaphore",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@libsem/types",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "Common type definitions for Semaphore modules.",
|
||||
"main": "src/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user