-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.62 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
{
"name": "my-token",
"version": "1.0.0",
"description": "My Token",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat deploy",
"check": "hardhat check"
},
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@chainlink/contracts-ccip": "^0.7.3",
"@inquirer/prompts": "^3.3.0",
"@safe-global/api-kit": "^2.4.2",
"@safe-global/protocol-kit": "^4.0.2",
"chai": "^5.0.3",
"colors": "^1.4.0",
"dotenv": "^16.0.0",
"hardhat": "^2.19.0",
"mocha": "^10.2.0",
"moment": "^2.30.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/contracts": "^4.8.2",
"@openzeppelin/contracts-upgradeable": "^4.8.2",
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@pythnetwork/pyth-sdk-solidity": "^2.2.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.7",
"axios": "^1.6.7",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.9.1",
"prettier": "^3.0.0",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^4.1.1",
"solhint-plugin-prettier": "^0.1.0",
"ts-node": "^10.4.0",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
}
}