-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 836 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
31
{
"name": "web3-wallet-transcryptor",
"version": "0.0.1",
"description": "A wrapper to handle transcryption of data via a web3 browser wallet",
"main": "index.js",
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jon-Biz/web3-wallet-transcryptor.git"
},
"keywords": [
"web3",
"metamask",
"encryption"
],
"author": "Jonathan El-Bizri (github@elbizri.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jon-Biz/web3-wallet-transcryptor/issues"
},
"homepage": "https://github.com/Jon-Biz/web3-wallet-transcryptor#readme",
"dependencies": {
"jest-cucumber": "^3.0.1",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"web3": "^1.5.0"
}
}