-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 1.1 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
{
"name": "dtoken",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx buidler test",
"copy-uniswap-artifacts": "cp node_modules/@uniswap/v2-core/build/*.json artifacts/ && cp node_modules/@uniswap/v2-periphery/build/*.json artifacts/",
"format": "prettier --write contracts test --ignore-path .prettierignore"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/buidler": "^1.3.5",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-waffle": "^2.0.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"buidler-gas-reporter": "^0.1.3",
"dotenv": "^8.2.0",
"ethereum-doppelganger": "0.0.7",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.3",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.53",
"solidity-coverage": "^0.7.9",
"solidity-docgen": "^0.5.3",
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.8"
}
}