-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 966 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": "@dirtroad/skale-lootbox",
"version": "0.1.0",
"contributors": [
"Sawyer Cutler <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/Dirt-Road-Development/skale-lootbox#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Dirt-Road-Development/skale-lootbox.git"
},
"files": [
"artifacts"
],
"scripts": {
"node": "hardhat node",
"hardhat": "hardhat",
"test": "hardhat --network hardhat test",
"compile": "hardhat compile"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"dotenv": "^16.0.3",
"hardhat": "^2.11.2",
"hardhat-deploy": "^0.11.18",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"prettier": "^3.0.3"
},
"dependencies": {
"@dirtroad/skale-rng": "^0.1.3",
"@openzeppelin/contracts": "^4.9.3"
}
}