-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 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
38
39
{
"name": "scatter-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set SCATTER_ENV=development&& webpack --progress --watch",
"build": "set SCATTER_ENV=production&& webpack",
"walletpack": "yarn add @walletpack/core @walletpack/eosio @walletpack/bitcoin @walletpack/tron @walletpack/ethereum"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.7.12",
"copy-webpack-plugin": "^5.0.4",
"rimraf": "^3.0.0",
"terser-webpack-plugin": "^2.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"@walletpack/bitcoin": "^1.0.36",
"@walletpack/core": "^1.0.33",
"@walletpack/eosio": "^0.0.42",
"@walletpack/ethereum": "^0.0.39",
"@walletpack/tron": "^0.0.42",
"aes-oop": "^1.0.4",
"bip39": "2.6.0",
"create-hash": "^1.2.0",
"dotenv": "^8.1.0",
"dotenv-webpack": "^1.7.0",
"eosjs-ecc": "^4.0.7",
"extension-streams": "^1.0.7",
"scrypt-async": "^2.0.1"
}
}