-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "arvis-app-launcher-plugin",
"version": "0.1.7",
"description": "App launcher plugin for Arvis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "arvish-init",
"preuninstall": "arvish-cleanup",
"prepublishOnly": "arvish-prepublish"
},
"arvish": {
"updateNotification": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvis-plugins/arvis-app-launcher-plugin.git"
},
"files": [
"arvis-plugin.json",
"*.js",
"icon.png"
],
"keywords": [
"arvis",
"arvis-plugin",
"arvish",
"fast-glob",
"app-launcher"
],
"author": "jopemachine",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvis-plugins/arvis-app-launcher-plugin/issues"
},
"homepage": "https://github.com/arvis-plugins/arvis-app-launcher-plugin#readme",
"dependencies": {
"arvish": ">=0.7.0",
"execa": "^5.0.1",
"fast-glob": "^3.2.5",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"open": "^8.2.0"
},
"optionalDependencies": {
"bundle-id": "^2.1.0",
"file-icon": "^4.0.0"
}
}