-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
70 lines (70 loc) · 2.24 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": "@pangolindex/exchange-contracts",
"devDependencies": {
"@boringcrypto/boring-solidity": "boringcrypto/BoringSolidity#e06e943",
"@defi-wonderland/smock": "^2.0.7",
"@ethersproject/providers": "^5.7.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@typechain/ethers-v5": "^4.0.0",
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"decimal.js": "^10.2.1",
"ethereum-waffle": "^3.2.1",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^6.2.0",
"ethers": "^5.0.24",
"hardhat": "^2.2.0",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-typechain": "^0.3.5",
"hardhat-watcher": "^2.1.1",
"is-svg": "^4.3.1",
"mocha": "^6.2.2",
"mocha-chai-jest-snapshot": "^1.1.0",
"openzeppelin-contracts-legacy": "yarn:@openzeppelin/[email protected]",
"openzeppelin-contracts-solc-0.7": "yarn:@openzeppelin/[email protected]",
"rimraf": "^3.0.0",
"solc": "0.5.16",
"ts-generator": "^0.1.1",
"ts-node": "^10.7.0",
"typechain": "^4.0.0",
"typescript": "^4.6.3"
},
"version": "2.1.9",
"description": "Contracts for the Pangolin Dex.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pangolindex/exchange-contracts.git"
},
"author": "Connor Daly <[email protected]>",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile",
"waffleCompile": "waffle .waffle.json",
"deploy": "npx hardhat run scripts/deploy-mainnet.js",
"test": "npx hardhat test",
"verify": "npx hardhat run scripts/verify.js",
"lint": "prettier ./test/**/*.ts --check",
"prepublishOnly": "npm run compile"
},
"bugs": {
"url": "https://github.com/pangolindex/exchange-contracts/issues"
},
"homepage": "https://pangolin.exchange",
"dependencies": {
"@gnosis.pm/safe-core-sdk": "^1.3.0",
"@nomiclabs/hardhat-etherscan": "^3.1.4",
"@pangolindex/sdk": "4.3.0",
"@rari-capital/solmate": "^6.4.0",
"base64-sol": "^1.1.0",
"chance": "^1.1.8",
"dotenv": "^14.2.0"
},
"resolutions": {
"@pangolindex/exchange-contracts": "^2.1.4"
}
}