Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Mar 18, 2024
1 parent 38a50d2 commit 6f73358
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "scope-ponder",
"version": "0.0.1",
"private": true,
"name": "ponder-entrypoint",
"version": "1.0.0",
"description": "Ponder backend for EntryPoint contracts",
"author": {
"name": "Timur Badretdinov",
"github": "https://github.com/Destiner"
},
"keywords": [
"ponder",
"ethereum",
"evm",
"entrypoint",
"account-abstraction"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/scope-sh/ponder-entrypoint.git"
},
"type": "module",
"scripts": {
"dev": "ponder dev",
Expand Down

0 comments on commit 6f73358

Please sign in to comment.