-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 918 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
44
45
46
{
"name": "get-chrome-tabs",
"version": "1.0.0",
"description": "Get information of the currently opened Chrome tabs, for example URLs and titles",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"repository": "shinnn/get-chrome-tabs",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "coverage test.js"
},
"files": [
"index.js",
"jxa.js"
],
"keywords": [
"chrome",
"canary",
"chromium",
"tab",
"window",
"macos",
"osa",
"osascript",
"jxa",
"async"
],
"dependencies": {
"inspect-with-kind": "^1.0.5",
"is-plain-obj": "^2.0.0",
"platform-name": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.10.3",
"clear-module": "^3.2.0",
"coverage": "^0.3.0",
"eslint": "^5.16.0",
"lodash": "^4.17.11",
"pretend-platform": "^3.0.0",
"puppeteer": "^1.15.0",
"tape": "^4.10.1"
},
"eslintConfig": {
"extends": "@shinnn"
}
}