-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
39
40
41
42
43
44
45
46
{
"name": "sapphire-hodlem",
"version": "0.1.0",
"description": "Texas Hodl'em Poker for Oasis Sapphire",
"main": "lib/index.js",
"scripts": {
"test": "pnpm jest"
},
"keywords": [
"oasis",
"sapphire",
"poker",
"holdem",
"private",
"anonymous"
],
"directories": {
"test": "tests/ts"
},
"author": "Texas Hodl'em Poker Authors",
"license": "AGPL-3",
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@oasisprotocol/sapphire-hardhat": "^1.0.3",
"@types/jest": "^28.1.3",
"@types/node": "^18.16.0",
"hardhat": "^2.14.0",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-tracer": "^2.2.2",
"jest": "^28.1.3",
"solidity-coverage": "^0.8.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@noble/hashes": "1.1.2",
"@oasisprotocol/sapphire-paratime": "^1.0.15",
"ethers": "^5.7.2",
"exome": "^1.5.5"
}
}