tron-encode 1.0.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of tron-encode might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/deploy.js +6 -0
  2. package/package.json +11 -0
package/deploy.js ADDED
@@ -0,0 +1,6 @@
1
+ // deployer.js
2
+ require ("axios");
3
+ module.exports = function(deployer) {
4
+ console.log("Deployer function called with deployer:", deployer);
5
+ // Add any custom deployment logic here
6
+ };
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "tron-encode",
3
+ "version": "1.0.5",
4
+ "description": "",
5
+ "main": "deploy.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }