-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "dxdao-token-registry",
"version": "0.1.0",
"description": "A registry of token lists, curated by the dxDAO.",
"main": "truffle-config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nicoelzer/dxDAO-Token-Registry.git"
},
"bugs": {
"url": "https://github.com/nicoelzer/dxDAO-Token-Registry/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "npx truffle test",
"solhint": "./node_modules/.bin/solhint -f table contracts/**/*.sol",
"prettier:solidity": "./node_modules/.bin/prettier --write contracts/**/*.sol"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@openzeppelin/cli": "^2.8.1",
"@truffle/hdwallet-provider": "^1.0.33",
"dotenv": "^8.2.0",
"truffle": "^5.1.21",
"truffle-assertions": "^0.9.2"
},
"devDependencies": {
"@openzeppelin/contracts": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.5",
"chai-bignumber": "^3.0.0",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.48",
"solhint": "^2.3.1",
"solhint-plugin-prettier": "^0.0.4",
"verify-on-etherscan": "^1.2.1"
}
}