Skip to content

Commit

Permalink
chore(deps): add rome dev-dep, setup pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
elijaholmos committed Mar 23, 2023
1 parent abc04b1 commit 4d24be2
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "crimlog-contracts",
"version": "0.0.1",
"description": "",
"private": true,
"engines": {
"node": ">=16.18.0",
"pnpm": ">=7.0.0"
},
"scripts": {
"deploy": "pnpm hardhat run scripts/deploy.ts --network matic"
"deploy": "pnpm hardhat run scripts/deploy.ts --network matic",
"format": "yarn rome format .",
"format:fix": "yarn rome format . --write",
"lint": "yarn rome check .",
"lint:fix": "yarn rome check . --apply-suggested"
},
"devDependencies": {
"@ethersproject/abi": "^5.4.7",
Expand All @@ -21,6 +33,7 @@
"ethers": "^5.4.7",
"hardhat": "2.13.0",
"hardhat-gas-reporter": "^1.0.8",
"rome": "11.0.0",
"solidity-coverage": "^0.8.0",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0",
Expand Down
64 changes: 64 additions & 0 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 4d24be2

Please sign in to comment.