-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 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
{
"name": "@stc-lib/stc-onekey-keyring",
"version": "1.2.0",
"description": "A StarMask compatible keyring, for onekey hardware wallets",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha",
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix . --ext .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starcoinorg/stc-onekey-keyring-dev.git"
},
"keywords": [
"starcoin",
"keyring",
"starmask",
"onekey"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/starcoinorg/stc-onekey-keyring-dev/issues"
},
"homepage": "https://github.com/starcoinorg/stc-onekey-keyring-dev#readme",
"resolutions": {
"mocha/mkdirp": "^0.5.1"
},
"dependencies": {
"@starcoin/starcoin": "^1.6.2",
"@starcoin/stc-hdkey": "^0.2.0",
"@starcoin/stc-util": "^0.3.0",
"eth-sig-util": "^1.4.2",
"ethereumjs-tx": "^1.3.4",
"loglevel": "^1.7.1"
},
"devDependencies": {
"@metamask/eslint-config": "^3.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mocha": "^6.2.2",
"mocha": "^5.0.4",
"sinon": "^9.2.3"
}
}