forked from mapprotocol/map-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.38 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
61
62
63
64
65
66
67
68
69
70
{
"name": "@mapprotocol/klaytn-light-client",
"version": "1.1.0",
"description": "The following node and npm versions are required\r ````\r $ node -v\r v14.17.1\r $ npm -v\r 6.14.13\r ````\r Configuration file description",
"main": "index.js",
"scripts": {
"map:deploy:LightNode": "npx hardhat deploy --tags LightNode --network Map",
"map:deploy:LightNodeProxyTest": "npx hardhat lightProxy --height 1000000 --rpc test --network Map",
"map:deploy:LightNodeProxyMain": "npx hardhat lightProxy --height 1000000 --rpc main --network Map",
"map:deploy:LightNodeUp": "npx hardhat deploy --tags LightNodeUp --network Map ",
"format": "prettier --print-width 120 --tab-width 4 --write ./contracts ./deploy ./tasks ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapprotocol/map-contracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapprotocol/map-contracts/issues"
},
"homepage": "https://github.com/mapprotocol/map-contracts#readme.md",
"dependencies": {
"@mapprotocol/protocol": "^0.6.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^4.8.1",
"ajv": "^8.8.2",
"bignumber.js": "^9.0.1",
"caver-js": "^1.10.1",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"eth-util-lite": "^1.0.1",
"hardhat": "^2.12.0",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-deploy": "^0.11.23",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-spdx-license-identifier": "^2.1.0",
"keythereum": "^1.2.0",
"prompt-sync": "^4.2.0",
"read": "^1.0.7",
"secp256k1": "^4.0.2",
"solidity-coverage": "^0.8.2",
"source-map": "^0.7.3",
"stdio": "^2.1.1"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@nomiclabs/hardhat-etherscan": "^3.1.5",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@uniswap/v2-core": "^1.0.1",
"chai-as-promised": "^7.1.1",
"concurrently": "^6.0.0",
"ding-robot": "^1.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.5.2",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"web3": "^1.3.4"
},
"directories": {
"test": "test"
}
}