-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 993 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
32
33
34
35
36
37
{
"name": "@rabby-wallet/page-provider",
"version": "0.4.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/readable-stream": "^4.0.14",
"@types/webextension-polyfill": "^0.10.4",
"jest": "^28.1.0",
"rollup": "^2.73.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@ledgerhq/devices": "^6.27.1",
"@metamask/post-message-stream": "8.1.0",
"@types/chrome": "^0.0.186",
"@types/events": "^3.0.0",
"@types/node": "^17.0.34",
"@types/w3c-web-hid": "^1.0.3",
"eth-rpc-errors": "^4.0.3",
"events": "^3.3.0",
"lodash": "^4.17.21",
"nanoid": "5.0.9",
"sinon-chrome": "^3.0.1",
"webextension-polyfill": "0.7.0"
}
}