Files
SargaTrxUsdPrice/package.json
2025-05-13 19:41:33 +02:00

23 lines
529 B
JSON

{
"name": "sarga_tron_usd_price",
"version": "0.1.0",
"description": "Contract to get TRX/USD value",
"main": "index.js",
"author": "Toni Ramiro <sargatxet@gmail.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@chainlink/contracts": "1.4.0",
"@noble/secp256k1": "1.7.1",
"dotenv": "16.4.7",
"solc": "0.8.20",
"string-crypto": "2.0.2",
"tronbox": "4.1.1",
"tronweb": "5.3.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "0.5.16",
"chai": "5.2.0"
}
}