-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "@bchatard/alfred-jetbrains",
"version": "2.1.1",
"description": "Alfred 5 workflow to easily open your projects with your favorite JetBrains product.",
"exports": "./bin/alfred_jetbrains_cli",
"type": "module",
"scripts": {
"postinstall": "./bin/alfred_jetbrains_cli install",
"preuninstall": "echo \"Error: TODO\" && exit 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bchatard/alfred-jetbrains.git"
},
"bin": {
"alfred-jetbrains-cli": "./bin/alfred_jetbrains_cli"
},
"keywords": [
"jebrains",
"alfred",
"workflow",
"alfred-workflow",
"productivity"
],
"author": "bchatard",
"license": "MIT",
"bugs": {
"url": "https://github.com/bchatard/alfred-jetbrains/issues"
},
"homepage": "https://github.com/bchatard/alfred-jetbrains#readme",
"dependencies": {},
"publishConfig": {
"access": "public"
},
"devDependencies": {},
"engines": {
"node": ">=14"
},
"volta": {
"node": "18.18.2"
}
}