-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 890 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
{
"name": "qr-encoding",
"version": "1.5.2",
"description": "Encodes json format of ethereum transaction into numeric string",
"main": "code.js",
"repository": "https://github.com/r001/qr-encoding.git",
"author": "r001 <[email protected]>",
"license": "MIT",
"dependencies": {
"@ethereumjs/common": "^3.1.2",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@metamask/eth-sig-util": "^5.1.0",
"commander": "^2.9.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"assert": "^2.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"rewiremock": "^3.14.3"
}
}