-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
43
44
45
46
{
"name": "airtap-system",
"version": "0.1.0",
"description": "Browser provider for locally installed browsers",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && hallmark && depcheck && npm run test:unit",
"test:unit": "cross-env DEBUG=airtap* nyc node test",
"fix:js": "standard --fix",
"fix:md": "hallmark --fix"
},
"files": [
"index.js"
],
"dependencies": {
"abstract-browser": "^1.0.0",
"browser-names": "^1.1.0",
"browser-provider": "^1.2.0",
"debug": "^4.3.1",
"tasklist": "^4.0.1",
"the-last-browser-launcher": "^0.1.0"
},
"devDependencies": {
"airtap": "^4.0.2",
"cross-env": "^7.0.3",
"depcheck": "^1.4.0",
"hallmark": "^4.0.0",
"nyc": "^15.1.0",
"standard": "^14.3.4",
"tape": "^5.2.2"
},
"keywords": [
"airtap",
"browser",
"browser-provider",
"system",
"test"
],
"repository": "airtap/system",
"bugs": "https://github.com/airtap/system/issues",
"homepage": "https://github.com/airtap/system",
"engines": {
"node": ">=10.2"
}
}