-
Notifications
You must be signed in to change notification settings - Fork 236
/
package.json
146 lines (146 loc) · 4.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@bnb-chain/javascript-sdk",
"version": "4.4.3",
"license": "Apache-2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib/*"
],
"scripts": {
"test": "cross-env NODE_ENV=test jest",
"test:ledger": "qunit --require babel-polyfiltypl tests-ledger/tests.js",
"test:ledger:browser": "./tests-ledger/run-browser-tests.sh",
"build": "rimraf lib && tsc --emitDeclarationOnly && babel --extensions '.ts' src -d lib",
"build:docs": "rimraf docs/api-docs && typedoc --excludeExternals --excludeNotDocumented --readme none --out docs/api-docs --hideBreadcrumbs --disableSources",
"prepublishOnly": "npm run build",
"clean": "rimraf lib",
"lint": "eslint '**/*.{ts,js}'",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"@ledgerhq/hw-transport-u2f": "^5.9.0",
"@ledgerhq/hw-transport-web-ble": "^5.9.0",
"@types/bech32": "^1.1.2",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.6",
"@types/crypto-js": "^3.1.43",
"@types/elliptic": "^6.4.12",
"@types/jest": "^25.1.4",
"@types/ledgerhq__hw-transport": "^4.21.2",
"@types/lodash": "^4.14.149",
"@types/node": "^13.9.0",
"@types/pumpify": "^1.4.1",
"@types/tiny-secp256k1": "^1.0.0",
"@types/uuid": "^7.0.0",
"axios": "^0.24.0",
"bech32": "^1.1.3",
"big.js": "^5.2.2",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"bn.js": "^4.11.8",
"camelcase": "^5.3.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"elliptic": "^6.5.4",
"eslint-utils": "^1.4.2",
"events": "^3.0.0",
"is-it-check": "^1.0.12",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"ndjson": "^1.5.0",
"protocol-buffers-encodings": "^1.1.0",
"pumpify": "^2.0.1",
"secure-random": "^1.1.2",
"tiny-secp256k1": "^1.1.3",
"url": "^0.11.0",
"uuid": "^3.3.2",
"websocket-stream": "^5.5.0"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.10.0"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/bech32": "^1.1.2",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.6",
"@types/crypto-js": "^3.1.43",
"@types/elliptic": "^6.4.12",
"@types/jest": "^25.1.4",
"@types/ledgerhq__hw-transport": "^4.21.2",
"@types/lodash": "^4.14.149",
"@types/node": "^13.9.0",
"@types/pumpify": "^1.4.1",
"@types/tiny-secp256k1": "^1.0.0",
"@types/uuid": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.2",
"babel-jest": "^23.6.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browserify": "^16.2.3",
"buffer": "^5.2.1",
"bufferutil": "^4.0.1",
"builtin-modules": "^3.1.0",
"cross-env": "^5.2.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"http-server": "^0.11.1",
"husky": "^4.2.5",
"jest": "^27.4.5",
"prettier": "^2.0.4",
"qunit": "^2.9.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.0",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.3.1",
"typescript": "^3.9.3",
"utf-8-validate": "^5.0.2"
},
"resolutions": {
"**/**/handlebars": "^4.1.2",
"**/**/ecstatic": "^4.1.4",
"**/**/mem": "^4.0.0",
"**/**/minimist": "^1.2.6",
"**/glob-parent": "^5.1.1",
"**/qs": "^6.0.4",
"**/braces": "^2.3.1",
"**/ws": "^8.17.1",
"**/node-notifier": "^8.0.1",
"**/shell-quote": "^1.7.3",
"**/decode-uri-component": "^0.2.2",
"**/minimatch": "^3.0.5",
"**/json5": "^1.0.2",
"**/marked": "^4.0.10",
"**/shelljs": "^0.8.5",
"**/async": "^2.6.4",
"**/cached-path-relative": "^1.1.0",
"**/follow-redirects": "^1.14.7",
"**/ajv": "^6.12.3",
"**/semver-regex": "^3.1.4",
"**/@babel/traverse": "^7.23.2",
"**/browserify-sign": "^4.2.2"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint --quiet && yarn build:docs"
}
}
}