-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 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
32
33
34
{
"name": "rollups-and-channels",
"version": "0.1.0",
"description": "TEE-Rollups and Smart Channels on Oasis Sapphire",
"main": "lib/index.js",
"keywords": [
"oasis",
"sapphire",
"rollups",
"state-channels",
"tee-rollups",
"evm"
],
"directories": {
"test": "tests"
},
"author": "CedarMist",
"license": "CC-PDDC",
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@oasisprotocol/sapphire-hardhat": "^2.16.1",
"@types/node": "^20.8.9",
"hardhat": "^2.18.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@oasisprotocol/sapphire-contracts": "^0.2.4",
"@oasisprotocol/sapphire-paratime": "^1.1.4",
"ethers": "^6.7.1"
}
}