Skip to content

Commit

Permalink
update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor committed Jun 29, 2024
1 parent d013fcb commit f575aed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@medga/hardhat-clone",
"version": "0.0.1",
"description": "Clone an on-chain contract into Hardhat project",
"repository": "github:nomiclabs/hardhat-ts-plugin-boilerplate",
"repository": "https://github.com/medga-eth/hardhat-clone",
"homepage": "https://medga.org",
"author": "MEDGA Team",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,6 +35,7 @@
"@types/fs-extra": "^5.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.15.13",
"@types/semver": "^7.5.8",
"eslint": "^8.56.0",
"hardhat": "^2.0.0",
"jest": "^29.7.0",
Expand All @@ -48,9 +50,12 @@
},
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa",
"dependencies": {
"@babel/generator": "^7.24.7",
"@babel/parser": "^7.24.7",
"axios": "^1.7.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"semver": "^7.6.2",
"viem": "^2.16.1"
},
"prettier": {
Expand All @@ -59,4 +64,4 @@
"tabWidth": 2,
"trailingComma": "all"
}
}
}
29 changes: 16 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f575aed

Please sign in to comment.