mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
refactor: update package.json parameters
Former-commit-id: f70ce11058c8fa6c00ca998b41f833c22137b7f7 [formerly cac76ca077088dd09dd402672951e49929d8d739] [formerly e1c11a5b803dcaba1116c0286af60ad55995003b [formerly 2ef662157b]]
Former-commit-id: d55deb607de80359379f353e902753d08548a7f3 [formerly 6340526cd610fefab2e0b0721a47d6528c73e082]
Former-commit-id: ba2c0090c3e06259e1f2cb15c99f80e124960fb8
This commit is contained in:
@@ -4,23 +4,27 @@
|
||||
"description": "Library for managing identities for Semaphore and RLN protocols.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"exports": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.node.js"
|
||||
},
|
||||
"types": "dist/types/index.d.ts",
|
||||
"files": [
|
||||
"dist/",
|
||||
"src/",
|
||||
"README.md"
|
||||
],
|
||||
"repository": "https://github.com/appliedzkp/zk-kit",
|
||||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/identity",
|
||||
"author": {
|
||||
"name": "Andrija Novakovic",
|
||||
"email": "akinovak@gmail.com"
|
||||
},
|
||||
"scripts": {
|
||||
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
||||
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "Andrija Novakovic",
|
||||
"email": "akinovak@gmail.com"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "@zk-kit/incremental-merkle-tree",
|
||||
"version": "0.1.0",
|
||||
"description": "Incremental Merkle tree implementation in TypeScript.",
|
||||
"license": "MIT",
|
||||
"iife": "dist/index.js",
|
||||
"unpkg": "dist/index.min.js",
|
||||
"jsdelivr": "dist/index.min.js",
|
||||
@@ -14,7 +15,6 @@
|
||||
"files": [
|
||||
"dist/",
|
||||
"src/",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"repository": "git@github.com:appliedzkp/zk-kit.git",
|
||||
@@ -24,7 +24,6 @@
|
||||
"email": "me@cedoor.dev",
|
||||
"url": "https://cedoor.dev"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"benchmark": "node -r ts-node/register benchmarks/index.ts",
|
||||
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
||||
|
||||
@@ -4,23 +4,27 @@
|
||||
"description": "Client library for generating and verifying Semaphore & RLN ZK proofs.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"exports": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.node.js"
|
||||
},
|
||||
"types": "dist/types/index.d.ts",
|
||||
"files": [
|
||||
"dist/",
|
||||
"src/",
|
||||
"README.md"
|
||||
],
|
||||
"repository": "https://github.com/appliedzkp/zk-kit",
|
||||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols",
|
||||
"author": {
|
||||
"name": "Andrija Novakovic",
|
||||
"email": "akinovak@gmail.com"
|
||||
},
|
||||
"scripts": {
|
||||
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
||||
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "Andrija Novakovic",
|
||||
"email": "akinovak@gmail.com"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "@zk-kit/sparse-merkle-tree",
|
||||
"version": "0.1.0",
|
||||
"description": "Sparse Merkle tree implementation in TypeScript.",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"sparse-merkle-tree",
|
||||
@@ -19,7 +20,6 @@
|
||||
"files": [
|
||||
"dist/",
|
||||
"src/",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"repository": "git@github.com:appliedzkp/zk-kit.git",
|
||||
@@ -29,7 +29,6 @@
|
||||
"email": "me@cedoor.dev",
|
||||
"url": "https://cedoor.dev"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
|
||||
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
|
||||
|
||||
Reference in New Issue
Block a user