-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 2.14 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
{
"name": "@chunteng-web3/redstone_transparent_upgradeable_proxy",
"version": "0.0.6",
"description": "This project is an extension and combination of `RedStone` and `OpenZeppelin` transparent proxy that allows wrapping any existing or audited smart contracts to migrate to a pull-model based Oracle services without re-deployments or re-auditing, and also a one-click migration for a smooth upgrading experience.",
"main": "dist/src/redstone-transparent-proxy-helpers.js",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"build": "tsc --outDIR ./dist"
},
"keywords": [],
"author": "chunteng-web3 <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/chunteng-web3/RedStoneTransparentUpgradeableProxy.git"
},
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/ethers-v6": "^0.5.1",
"@types/mocha": "^10.0.6",
"chai": "^4.3.6",
"chai-almost": "^1.0.1",
"dayjs": "^1.11.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.12.4",
"hardhat-contract-sizer": "^2.5.0",
"hardhat-gas-reporter": "^1.0.8",
"npm-run-all": "^4.1.5",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"web3": "^1.7.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"@redstone-finance/evm-connector": "^0.3.6",
"@typechain/hardhat": "^7.0.0",
"dotenv": "^16.0.1",
"fs": "^0.0.1-security",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"truffle-assertions": "^0.9.2",
"typechain": "^8.3.2"
},
"bugs": {
"url": "https://github.com/chunteng-web3/RedStoneTransparentUpgradeableProxy/issues"
},
"homepage": "https://github.com/chunteng-web3/RedStoneTransparentUpgradeableProxy#readme",
"directories": {
"test": "test"
},
"types": "./dist/src/redstone-transparent-proxy-helpers.d.ts"
}