chore: update package.json with scripts

This commit is contained in:
rymnc 2022-11-25 09:34:58 +05:30
parent c0d5247aa4
commit 299f2b0f1b
No known key found for this signature in database
GPG Key ID: C740033EE3F41EBD

View File

@ -1,5 +1,15 @@
{
"name": "hardhat-project",
"name": "rln-interep-contracts",
"license": "MIT",
"scripts": {
"start": "hardhat node",
"compile": "hardhat compile",
"test": "hardhat test",
"test:localhost": "yarn test --network localhost",
"deploy": "hardhat run scripts/deploy.ts --network",
"deploy:goerli": "yarn deploy goerli",
"deploy:localhost": "yarn deploy localhost"
},
"devDependencies": {
"@interep/contracts": "0.6.0",
"@semaphore-protocol/contracts": "2.6.1",