forked from mohameddhia/play-to-earn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 942 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "play-to-earn",
"version": "1.0.0",
"description": "play to earn nft game ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"play",
"to",
"earn",
"answer",
"correct",
"answers",
"to",
"earn",
"more",
"tokens",
"and",
"nfts",
".",
"you",
"can",
"play",
"with",
"your",
"friends"
],
"author": "Mohamed Dhia Ben fraj",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.3",
"web3": "^1.7.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"dotenv": "^16.0.0",
"hardhat-abi-exporter": "^2.8.0",
"hardhat-docgen": "^1.3.0"
}
}