forked from tronprotocol/tron-station-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "tron-station-sdk",
"version": "0.1.3",
"description": "Tron Station SDK is a library for estimating Tron energy and bandwidth consumption based on Tron network. Developers can quickly review energy and bandwidth points information before deploying/triggerring a smart contract or make a trasaction.",
"main": "src/index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"files": [
"src",
"dist"
],
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-preset-env": "^1.7.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"homepage": "https://github.com/tronprotocol/tron-station-api",
"license": "MIT",
"repository": "https://github.com/tronprotocol/tron-station-api.git",
"contributors": [
{
"name": "TRON",
"url": "https://github.com/tronprotocol"
}
],
"author": {
"name": "Wyatt Evans",
"url": "https://github.com/wevans-tron"
}
}