diff --git a/packages/artifacts/package.json b/packages/artifacts/package.json index 6e58dda..8d9c9b9 100644 --- a/packages/artifacts/package.json +++ b/packages/artifacts/package.json @@ -1,71 +1,71 @@ { - "name": "@zk-kit/artifacts", - "version": "2.0.1", - "type": "module", - "bin": { - "snarkli": "./dist/cli/index.js" - }, - "description": "Utilities for downloading snark artifacts", - "scripts": { - "build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript", - "test": "jest -c test/jest.config.ts", - "prepublishOnly": "pnpm run build", - "start.cli": "[ ! -f dist/cli/index.js ] && pnpm run build; node dist/cli", - "typecheck": "tsc" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/privacy-scaling-explorations/snark-artifacts.git" - }, - "keywords": [ - "snark", - "artifacts", - "circom", - "zk" - ], - "contributors": [ - "cedoor ", - "sripwoud ", + "sripwoud