-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": {
"name": "jopemachine",
"email": "[email protected]",
"url": "https://github.com/jopemachine/arvis-chrome-workflow"
},
"bugs": {
"url": "https://github.com/jopemachine/arvis-chrome-workflow/issues"
},
"deprecated": false,
"engines": {
"node": ">=10"
},
"name": "arvis-chrome-workflow",
"version": "0.0.5",
"description": "Chrome kernel based broswer workflow for Arvis",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "arvish-init",
"preuninstall": "arvish-cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jopemachine/arvis-chrome-workflow.git"
},
"keywords": [
"arvis",
"arvish",
"arvis-workflow",
"chrome-search",
"chrome-download-log",
"chrome-autofill-data",
"chrome-media-history",
"chrome-bookmark",
"chrome-history",
"edge",
"chrome",
"chromium",
"chrome-canary"
],
"license": "MIT",
"homepage": "https://github.com/jopemachine/arvis-chrome-workflow#readme",
"dependencies": {
"better-sqlite3": "^7.1.2",
"byte-size": "^7.0.1",
"humanize-duration": "^3.25.1",
"lodash": "^4.17.21",
"psl": "^1.8.0",
"arvish": ">=0.3.1"
},
"files": [
"arvis-workflow.json",
"assets/*.png",
"info.plist",
"src/*.js",
"icon.png",
"conf.json",
"*.md",
"LICENSE",
"cache/empty"
]
}