-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 984 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "smileprotocol",
"version": "1.0.0",
"description": "<br> <div align=\"center\"> <a href=\"https://blockchaindeu.com\"> <img src=\"https://raw.githubusercontent.com/blockchainDEU/.github-private/main/profile/logo.png\" alt=\"Logo\" width=\"192\" height=\"96\"> </a> <br><br> <p align=\"center\"> <a href=\"https://twitter.com/blockchainDEU\">Twitter</a> · <a href=\"https://blockchaindeu.medium.com/\">Medium</a> · <a href=\"https://www.instagram.com/blockchaindeu/\">Instagram</a> </p> </div>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@chainlink/contracts-ccip": "^0.7.6",
"@openzeppelin/contracts": "^4.8.1",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"hardhat": "^2.12.7"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.1"
}
}