-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 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
47
{
"name": "@cerebroapp/cerebro-basic-apps",
"version": "1.0.0-alpha.1",
"description": "Basic plugin for search and launch applications with Cerebro app",
"license": "MIT",
"repository": "cerebroapp/cerebro-basic-apps",
"author": {
"name": "Alexandr Subbotin",
"email": "[email protected]",
"url": "asubbotin.ru"
},
"contributors": [
"Gustavo Pereira",
"David Jiménez <[email protected]> (https://dubis.dev)"
],
"engines": {
"node": ">=16"
},
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"prepublish": "rimraf ./dist && npm run build"
},
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"cerebro",
"cerebro-extracted-plugin",
"search",
"apps",
"applications"
],
"devDependencies": {
"@cerebroapp/cerebro-scripts": "1.0.0-alpha.6",
"rimraf": "3.0.2"
},
"dependencies": {
"@cerebroapp/cerebro-ui": "1.0.3",
"cerebro-tools": "0.1.8",
"du": "1.0.0",
"electron": "19.0.6",
"lodash": "4.17.21"
}
}