-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.8 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.8 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
43
44
45
46
47
48
49
50
{
"name": "@zkusd-protocol/contracts",
"private": true,
"devDependencies": {
"@chainlink/contracts": "^0.6.1",
"@matterlabs/hardhat-zksync-chai-matchers": "^0.1.3",
"@matterlabs/hardhat-zksync-solc": "^0.3.16",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/test-helpers": "^0.5.11",
"@pythnetwork/pyth-evm-js": "^1.20.1",
"@pythnetwork/pyth-sdk-solidity": "^2.2.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"chai": "^4.3.7",
"decimal.js": "^10.4.3",
"dotenv": "^10.0.0",
"envfile": "^6.17.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.1",
"hardhat": "^2.9.9",
"hardhat-abi-exporter": "^2.9.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.4",
"node-gyp": "^9.4.0",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"ts-node": "^10.8.1",
"typechain": "^8.3.1",
"typescript": "^4.7.3",
"witnet-solidity-bridge": "^0.6.1",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"clear-cache": "rm -r ./abi ./artifacts ./cache ./typechain-types",
"prettier": "prettier --write 'hardhat.config.ts' 'contracts/**/*.sol' 'deploy/**/*.ts' 'duplicate/**/*.ts' 'test/**/*.js'",
"update_spdx_license": "ts-node scripts/update_spdx_license.ts"
}
}