Add ts-node to package.json so tests can run

This commit is contained in:
2024-10-26 13:57:31 +01:00
parent 8f7d223b91
commit 5a47aecb70
2 changed files with 131 additions and 144 deletions

View File

@@ -38,8 +38,8 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/hardhat": "^6.1.6",
"@types/mocha": "^10.0.9",
"@types/ethereum-protocol": "^1.0.5",
"@types/mocha": "^10.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
@@ -54,6 +54,7 @@
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"lint-staged": {