Skip to content

Commit

Permalink
feat: change package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Aug 3, 2024
1 parent 00fb36e commit 1c35766
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@


29 changes: 27 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
{
"description": "AES circom",
"name": "@crema-labs/aes-circom",
"description": "A generic AES forward cipher implementation",
"version": "0.0.2",
"main": "index.js",
"keywords": [
"aes",
"cipher",
"circom",
"circuit",
"zk",
"zk-snarks"
],
"files": [
"circuits",
"index.js"
],
"scripts": {
"start": "npx ts-node ./src/index.ts",
"test": "npx mocha",
"compile:test": "npx circomkit compile cipher_4 && npx circomkit prove cipher_4 default && npx circomkit verify cipher_4 default"
},
"dependencies": {
"circomkit": "^0.0.22",
"circomlib": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/crema-labs/aes-circom.git"
},
"contributors": [
"Ayman Mohammed <[email protected]>",
"Vikas Rushi <[email protected]>",
"Yashwant Reddy <yashdotreddy@gmailcom>"
],
"license": "MIT",
"devDependencies": {
"circomkit": "^0.0.22",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 1c35766

Please sign in to comment.