Skip to content

Commit

Permalink
upd package json for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
corupta committed Jan 9, 2025
1 parent bd3fade commit 09ca5d0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,31 @@
"name": "zk-passport-o1js-sdk",
"version": "0.2.0",
"description": "",
"author": "",
"license": "Apache-2.0",
"keywords": [
"zk-passport",
"zk-passport-o1js",
"o1js",
"mina-zkapp",
"mina-zk-app",
"mina-dapp",
"zkapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/piconbello/zk-passport-o1js-sdk.git"
},
"author": "Piconbello (https://github.com/piconbello)",
"contributors": [
"Halit Özsoy <[email protected]> (https://github.com/corupta)"
],
"bugs": {
"url": "https://github.com/piconbello/zk-passport-o1js-sdk/issues"
},
"homepage": "https://github.com/piconbello/zk-passport-o1js-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"type": "module",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 09ca5d0

Please sign in to comment.