-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
{
"name": "marketplace-deployer",
"version": "1.0.0",
"description": "Deploys marketplace to arbitrary chain",
"main": "index.js",
"scripts": {
"lint": "npx hardhat check",
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"remix-dev": "npx @remix-project/remixd -s . --remix-ide https://remix.ethereum.org"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AMPnet/marketplace-deployer.git"
},
"author": "AMPnet",
"license": "ISC",
"bugs": {
"url": "https://github.com/AMPnet/marketplace-deployer/issues"
},
"homepage": "https://github.com/AMPnet/marketplace-deployer#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/mocha": "^9.1.0",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "^2.9.2",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"canonical-weth": "^1.4.0"
}
}