{ "name": "sarga_tron_usd_price", "version": "0.1.0", "description": "Contract to get TRX/USD value", "main": "index.js", "author": "Toni Ramiro ", "license": "MIT", "private": true, "dependencies": { "@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" } }