forked from witoldsz/semux-light
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 879 Bytes
/
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
{
"name": "semux-web-wallet",
"version": "1.0.0",
"description": "Semux Web Wallet is a lightweight wallet for accessing Semux Network.",
"main": "build/app.js",
"scripts": {
"test": "make test"
},
"keywords": [
"semux",
"web",
"wallet",
"lightweight"
],
"author": "Witold Szczerba",
"license": "ISC",
"devDependencies": {
"@hyperapp/router": "0.7.0",
"@types/long": "4.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"bignumber.js": "7.0.1",
"eslint": "^7.25.0",
"hyperapp": "1.2.5",
"long": "4.0.0",
"node-forge": "^0.10.0",
"semux-js": "^1.8.0",
"tachyons": "4.9.1",
"ts-loader": "4.2.0",
"tsmonad": "0.8.0",
"typescript": "2.8.3",
"webpack": "^5.35.1",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0"
}
}