-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
50 lines (50 loc) · 1.7 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "trongrid",
"version": "1.2.6",
"description": "JavaScript SDK that encapsulates the TG3 HTTP API",
"main": "dist/trongrid.node.js",
"scripts": {
"prepare": "npm run build",
"build": "npm run clean && webpack --config webpack.config.js --progress --colors",
"clean": "rimraf dist",
"build:dev": "NODE_ENV=development npm run build",
"test": "node scripts/test-node.js && npx mocha 'test/**/*.test.js'",
"btest": "npm run build && npm run test"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-source-map-support": "^2.0.1",
"chai": "^4.2.0",
"injectpromise":" ^1.0.0",
"mocha": "^5.2.0",
"tronweb": "^2.3.4",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2"
},
"author": {
"name": "Wyatt && Jackie",
"url": "https://github.com/xxx"
},
"contributors": [
{
"name": "TRON",
"url": "https://github.com/Tron-US"
}
],
"homepage": "https://github.com/TRON-US/trongrid-js",
"license": "MIT",
"repository": "https://github.com/TRON-US/trongrid-js.git"
}