-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 967 Bytes
/
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
{
"name": "@backed-fi/wrapped-tokens-contracts",
"main": "./dist/index.js",
"module": "./dist",
"types": "./dist/index.d.ts",
"scripts": {
"test": "hardhat test",
"test:coverage": "hardhat coverage",
"node": "hardhat node",
"build": "hardhat compile && cp -R typechain-types/* ../frontend/src/contracts"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^18.11.19",
"bignumber.js": "^9.1.1",
"chai": "^4.3.6",
"decimal.js": "^10.4.3",
"dotenv": "^16.3.1",
"hardhat": "^2.17.1",
"mocha": "^10.2.0",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.2"
},
"dependencies": {
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3"
}
}