forked from defi-bear/solonomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 876 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
{
"name": "solonomy",
"version": "0.0.1",
"description": "Onomy Ethereum Deployment",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.0-solc-0.7",
"@truffle/hdwallet-provider": "^1.2.2",
"abdk-libraries-solidity": "^2.4.0",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"decimal.js": "^10.2.1",
"decimal.js-light": "^2.5.1",
"ethers": "^5.0.29"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onomyprotocol/solonomy.git"
},
"author": "Charles Dusek",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/onomyprotocol/solonomy/issues"
},
"homepage": "https://github.com/onomyprotocol/solonomy#readme"
}