-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "airsign",
"version": "1.4.11",
"description": "Android command line signer under Termux",
"main": "airsign",
"dependencies": {
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/tx": "^4.1.1",
"@ethereumjs/util": "^8.0.6",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@metamask/eth-sig-util": "^5.1.0",
"@ngraveio/bc-ur": "^1.1.6",
"es6-promisify": "^7.0.0",
"ethereum-cryptography": "^2.0.0",
"inquirer": "^8.2.4",
"keythereum": "^1.2.0",
"qrcode": "^1.5.0",
"termux": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/r001/airsign.git",
"keywords": [
"airsign",
"ethereum",
"qr",
"sign",
"transaction"
],
"author": "Robert Horvath",
"license": "MIT",
"bugs": {
"url": "https://github.com/r001/airsign/issues"
},
"homepage": "https://github.com/r001/airsign#readme"
}