First commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user