-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 KB
/
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
32
33
34
{
"name": "proofboy",
"version": "1.0.0",
"description": "A way to prove Gameboy execution on-chain! Created for the 2023 NAV Hackathon",
"directories": {
"test": "test"
},
"scripts": {
"build_contracts": "truffle build",
"migrate": "truffle migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willemolding/ProofBoy.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"homepage": "https://github.com/willemolding/ProofBoy",
"dependencies": {
"@eth-optimism/contracts-bedrock": "https://gitpkg.now.sh/ethereum-optimism/optimism/packages/contracts-bedrock?develop",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"dotenv": "^16.0.0",
"ganache": "^7.9.0",
"typescript": "^4.6.4"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.16",
"@types/node": "^17.0.31",
"clones-with-immutable-args": "^1.0.0",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin"
}
}