-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "uah-rwa",
"version": "0.1.0",
"description": "The UAH stablecoin",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"simulate:off-chain-collateral": "set -o allexport && source .env && set +o allexport && node ./functions/simulators/get-off-chain-collateral.simulator.mjs",
"simulate:usd-rate": "node ./functions/simulators/get-usd-exchange-rate.simulator.mjs",
"solhint": "solhint --config .solhint.json \"src/*.sol\"",
"upload-secrets": "node ./functions/upload-secrets.mjs"
},
"dependencies": {
"@chainlink/functions-toolkit": "^0.2.8",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"inquirer": "^10.0.1",
"solhint": "^5.0.1",
"solhint-plugin-chainlink-solidity": "npm:@chainlink/solhint-plugin-chainlink-solidity@^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndriyAntonenko/uah-rwa.git"
},
"author": "Andrii Antonenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndriyAntonenko/uah-rwa/issues"
},
"homepage": "https://github.com/AndriyAntonenko/uah-rwa#readme"
}