-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·63 lines (63 loc) · 1.5 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
63
{
"name": "@cerebroapp/cerebro-mac-apps",
"version": "1.1.1",
"description": "Plugin for searching and launching applications on MacOS",
"license": "MIT",
"homepage": "https://github.com/cerebroapp/cerebro-mac-apps#readme",
"bugs": {
"url": "https://github.com/cerebroapp/cerebro-mac-apps/issues"
},
"repository": "github:cerebroapp/cerebro-mac-apps",
"author": {
"name": "Alexandr Subbotin",
"email": "[email protected]",
"url": "asubbotin.ru"
},
"engines": {
"node": ">=16"
},
"os": [
"darwin",
"osx"
],
"files": [
"dist"
],
"scripts": {
"start": "cerebro-build start",
"build": "cerebro-build build",
"test": "cerebro-build test"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin",
"cerebro-extracted-plugin",
"apps",
"applications"
],
"devDependencies": {
"@types/du": "^1.0.1",
"@types/memoizee": "^0.4.8",
"@types/node": "^18.11.9",
"@types/react": "16.14.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"cerebro-build": "^1.2.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"typescript": "*"
},
"dependencies": {
"@cerebroapp/cerebro-ui": "^2.0.0-alpha.3",
"du": "^1.0.0",
"fzf": "^0.5.1",
"memoizee": "^0.4.15"
},
"publishConfig": {
"access": "public"
}
}