-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 820 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@blocko/multiwallet",
"version": "0.0.2",
"description": "2 of 4 Multisig & Multipurpose Wallet for Aergo",
"main": "js/main.js",
"scripts": {
"build": "aergoluac --payload ./contract/multisig2of4.lua > ./docs/contract.payload && 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",
"@herajs/client": "^0.16.0",
"@herajs/crypto": "^0.16.0",
"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"
}
}