-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 902 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": "sysethereum-contracts",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@truffle/hdwallet-provider": "^1.5.1-alpha.0",
"ganache-cli": "^6.12.2",
"openzeppelin-solidity": "^4.2.0",
"solc": "^0.8.17",
"truffle": "^5.4.9",
"truffle-assertions": "^0.9.1",
"web3": "^1.5.2"
},
"devDependencies": {
"eth-json-rpc-filters": "^4.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syscoin/sysethereum/sysethereum-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/syscoin/sysethereum/sysethereum-contracts/issues"
},
"homepage": "https://github.com/syscoin/sysethereum/sysethereum-contracts#readme"
}