-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 801 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 801 Bytes
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
{
"name": "@blocko/bnbMultisendApp",
"version": "0.0.1",
"description": "aergo multisend at binance chain",
"main": "js/main.js",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"watch": "webpack --config config/webpack.config.js --watch",
"start": "webpack-dev-server --host localhost --hot --inline --config config/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@binance-chain/javascript-sdk": "^2.16.1",
"file-system": "^2.2.2"
},
"browser": {
"fs": false
}
}