-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "asterizm-protocol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "AsterizmProtocol",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.2",
"dotenv": "^16.0.0",
"hardhat": "^2.12.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"@fireblocks/hardhat-fireblocks": "^1.2.2",
"@chainlink/contracts": "^0.8.0",
"@chainlink/contracts-ccip": "^0.7.6"
},
"dependencies": {
"big-integer": "^1.6.51",
"bignumber.js": "^9.1.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Asterizm-Layer/asterizm-contracts.git"
},
"keywords": [
"asterizm",
"solidity",
"contracts",
"smart",
"crosschain"
],
"bugs": {
"url": "https://github.com/Asterizm-Layer/asterizm-contracts/issues"
},
"homepage": "https://asterizm.io/"
}