-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gate-erc20",
"version": "1.0.0",
"description": "Gate ERC-20 token smart contracts",
"directories": {
"test": "test"
},
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json"
],
"scripts": {
"generate": "truffle compile"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"erc-20"
],
"author": "North Port Limited <[email protected]>",
"license": "MIT",
"devDependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/contracts-ethereum-package": "^2.4.0",
"@openzeppelin/test-environment": "^0.1.3",
"@openzeppelin/test-helpers": "^0.5.4",
"@openzeppelin/upgrades": "^2.8.0",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"babel-preset-power-assert": "^3.0.0",
"bignumber.js": "^9.0.0",
"dotenv": "^8.2.0",
"ganache-core": "^2.10.2",
"openzeppelin-solidity": "^2.5.0",
"power-assert": "^1.6.1",
"prettier": "^1.19.1",
"solc": "^0.5.16",
"truffle": "^5.1.61",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.33",
"axios": "^0.19.2",
"bn.js": "^5.1.1",
"envalid": "^6.0.1",
"eth-lib": "^0.1.29",
"ethereum-hdwallet": "0.0.26",
"truffle-hdwallet-provider": "^1.0.17",
"uuid": "^7.0.3",
"web3": "^1.3.1",
"web3-eth-contract": "^1.3.1",
"web3-providers-ws": "^1.3.1",
"web3-utils": "^1.3.1"
}
}