forked from prokey-io/prokey-webcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "@prokey-io/webcore",
"version": "0.3.1",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"protob/**/*"
],
"description": "This module can be used to communicate with Prokey device",
"author": "Prokey Technologies Sdn. Bhd. <[email protected]>",
"dependencies": {
"@types/bytebuffer": "^5.0.40",
"assert": "^2.0.0",
"bignumber.js": "^9.0.1",
"buffer": "^5.4.3",
"bytebuffer": "^5.0.1",
"compare-versions": "^3.6.0",
"core-js": "^2.6.11",
"events": "^3.2.0",
"flowtype": "^2.0.0",
"multicoin-address-validator": "^0.4.8",
"protobufjs": "^6.11.2",
"rxjs": "~6.2.0",
"typescript-http-client": "^0.10.1",
"websocket": "^1.0.34",
"crypto-js": "3.1.9-1"
},
"scripts": {
"build": "tsc",
"prepublish": "tsc && copyfiles data/ProkeyCoinsInfo.json dist/src/data/ProkeyCoinsInfo.json"
},
"devDependencies": {
"typescript": "^4.2.3",
"copyfiles": "^2.4.1"
}
}