-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "starknet-verifier",
"version": "1.0.0",
"description": "Template for contract projects.",
"main": "index.js",
"scripts": {
"deploy:sepolia": "source .sepolia.env && npx hardhat run scripts/deploy.js --network sepolia && unset ADMIN_ADMIN_PRIVATE_KEY && unset RPC_PROVIDER"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reddio-com/starknet-verifier.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/reddio-com/starknet-verifier/issues"
},
"homepage": "https://github.com/reddio-com/starknet-verifier#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@starkware-industries/starkware-crypto-utils": "^0.2.1",
"chai": "^4.3.4",
"ethereumjs-util": "^7.1.5",
"hardhat": "^2.22.4",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}