From 1f88a742575038bc6dee0f253543332f58c016e1 Mon Sep 17 00:00:00 2001 From: ptsang Date: Tue, 19 Nov 2024 11:21:48 -0500 Subject: [PATCH] init-tronweb3 yarn init --- tronweb3/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tronweb3/package.json diff --git a/tronweb3/package.json b/tronweb3/package.json new file mode 100644 index 000000000..ac16337ea --- /dev/null +++ b/tronweb3/package.json @@ -0,0 +1,9 @@ +{ + "name": "tronweb3", + "version": "0.0.1", + "description": "tronweb3: The Re-Tron of the King", + "main": "index.js", + "repository": "https://github.com/Yelp/Tron", + "author": "ptsang@yelp.com", + "license": "MIT" +}