-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "@liangshen/alfred-tunnelblick",
"version": "1.0.5",
"description": "Alfred workflow for Tunnelblick",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "node --loader ts-node/esm action.ts",
"build:Tunnelblick:tsd": "jxa /Applications/Tunnelblick.app"
},
"keywords": [
"tunnelblick",
"alfred",
"workflow",
"vpn",
"alfy"
],
"repository": "liangshen001/alfred-tunnelblick",
"author": {
"name": "Wang Liang",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"@apple-jxa/cli": "0.0.8",
"@apple-jxa/types": "0.0.5",
"@liangshen/tsconfig": "^1.0.3",
"@types/node": "^18.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.2"
},
"dependencies": {
"@apple-jxa/node": "0.0.10",
"@liangshen/alfred": "^1.1.20"
}
}