-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "@luxfi/page-provider",
"version": "1.8.15",
"description": "node module",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [],
"author": "kaori",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/webextension-polyfill": "^0.10.4",
"jest": "^28.1.0",
"rollup": "^2.73.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@ledgerhq/devices": "^6.27.1",
"@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",
"sinon-chrome": "^3.0.1",
"webextension-polyfill": "0.7.0"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/luxfi/page-provider.git"
},
"bugs": {
"url": "https://github.com/luxfi/page-provider/issues"
},
"homepage": "https://github.com/luxfi/page-provider#readme"
}