-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 911 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": "chainlink-ccip",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"compile:hardhat": "hardhat compile",
"compile:typechain": "hardhat typechain",
"compile:typescript": "tsc --noEmit",
"compile": "npm run compile:hardhat && npm run compile:typescript"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"chai": "^4.4.1",
"hardhat": "^2.22.17",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@chainlink/contracts-ccip": "^1.5.1-beta.0",
"@chainlink/env-enc": "^1.0.5",
"@safe-global/api-kit": "^2.4.5",
"@safe-global/protocol-kit": "^4.1.0",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"winston": "^3.13.0"
}
}