-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "@sakuracasino/roulette-contract",
"version": "0.6.0",
"description": "Roulette contract data for SakuraCasino",
"repository": "git://github.com/sakuracasino/roulette-contract.git",
"homepage": "https://github.com/sakuracasino/roulette-contract",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@ethersproject/contracts": "^5.1.1",
"@openzeppelin/test-helpers": "^0.5.11",
"@solidity-parser/parser": "^0.12.2",
"@truffle/hdwallet-provider": "^1.2.1",
"bip39": "^3.0.3",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"ethereumjs-util": "^7.0.9",
"ethereumjs-wallet": "^1.0.1",
"ganache-cli": "^6.12.2",
"lodash": "^4.17.21",
"truffle": "^5.2.4",
"truffle-flattener": "^1.5.0",
"web3": "^1.3.5"
},
"dependencies": {
"@chainlink/contracts": "^0.1.7",
"@chainlink/token": "^1.1.0",
"@openzeppelin/contracts": "^4.1.0"
}
}