-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 979 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
38
39
40
41
42
43
{
"name": "airtap-electron",
"version": "1.0.0",
"description": "Electron browser provider",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && hallmark && npm run test:unit",
"test:unit": "cross-env DEBUG=airtap* nyc node test",
"fix:js": "standard --fix",
"fix:md": "hallmark --fix"
},
"files": [
"index.js",
"electron.js"
],
"dependencies": {
"abstract-browser": "^1.0.0",
"browser-provider": "^1.1.0"
},
"devDependencies": {
"airtap": "^4.0.1",
"cross-env": "^7.0.2",
"electron": "^17.1.0",
"hallmark": "^4.0.0",
"nyc": "^15.1.0",
"standard": "^16.0.4",
"tape": "^5.0.1"
},
"keywords": [
"airtap",
"browser",
"browser-provider",
"electron",
"test"
],
"repository": "airtap/electron",
"bugs": "https://github.com/airtap/electron/issues",
"homepage": "https://github.com/airtap/electron",
"engines": {
"node": ">=10.2"
}
}