-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "predictorsdapp",
"version": "1.0.0",
"description": "Predictors Platform that I developed on the Binance Smart Chain . Users can publish their future predictions on this platform and place bets on these predictions.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "truffle compile",
"migrate": "truffle migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmrdvn/PredictorsDAPP.git"
},
"keywords": [
"Predictors",
"dAPP",
"BSC dApp",
"Binance Smart Chain dApp"
],
"author": "Hasan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmrdvn/PredictorsDAPP/issues"
},
"homepage": "https://github.com/dmrdvn/PredictorsDAPP#readme",
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"dotenv": "^16.4.5",
"eth-block-tracker": "^8.1.0",
"ethers": "^6.11.1",
"firebase": "^10.8.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.4.1",
"hardhat": "^2.20.1",
"mocha": "^10.3.0"
}
}