generated from projectsophon/zk-game-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
35
36
37
38
{
"name": "zk-game-starter",
"private": true,
"version": "0.0.0",
"description": "Monorepo for building crypto-native games using Zero Knowledge proofs'",
"license": "GPL-3.0",
"workspaces": [
"circuits",
"contracts",
"tasks",
"packages/*"
],
"scripts": {
"start": "hardhat node --hostname 0.0.0.0",
"compile": "hardhat compile",
"circom:dev": "hardhat circom --debug --verbose",
"circom:prod": "hardhat circom --verbose",
"test": "hardhat test"
},
"dependencies": {},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@npmcli/map-workspaces": "^2.0.3",
"@projectsophon/tsconfig": "^0.0.2",
"@solidstate/hardhat-4byte-uploader": "^1.0.2",
"@typechain/hardhat": "^6.1.2",
"hardhat": "^2.10.1",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-circom": "^3.3.1",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-diamond-abi": "^3.0.1",
"hardhat-settings": "^1.0.0",
"ts-node": "^8.0.0",
"typescript": "4.7.x"
}
}