-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "kill",
"version": "0.0.1",
"description": "kill",
"main": "app.js",
"bin": {
"killgame": "./cli.js"
},
"scripts": {
"test": "NODE_NO_WARNINGS=1 hardhat test"
},
"author": "houseofhufflepuff",
"license": "MIT",
"dependencies": {
"@alch/alchemy-web3": "^1.1.9",
"@coral-xyz/anchor": "^0.32.1",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"commander": "^11.0.0",
"dotenv": "^16.6.1",
"inquirer": "^8.2.4",
"truffle-flattener": "^1.6.0",
"xterm": "^4.16.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.3.7",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.28.4",
"hardhat-contract-sizer": "^2.10.1",
"hardhat-gas-reporter": "^1.0.9",
"keccak256": "1.0.6",
"merkletreejs": "0.2.31",
"mocha": "10.2.0"
}
}