-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.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": "yabai-master-stack-plugin",
"type": "module",
"version": "4.1.9",
"description": "Emulate the dwm-style master-stack window layout in yabai!",
"license": "MIT",
"packageManager": "[email protected]",
"imports": {
"#tasks/*": "./tasks/*",
"#types": "./types/_.ts",
"#utils/*": "./utils/*"
},
"author": {
"name": "Leon Si",
"email": "[email protected]",
"url": "https://leonsilicon.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonsilicon/yabai-master-stack-plugin.git"
},
"homepage": "https://github.com/leonsilicon/yabai-master-stack-plugin#readme",
"bin": {
"ymsp": "./.build/bin/ymsp.mjs"
},
"scripts": {
"build": "unbuild",
"format": "dprint fmt"
},
"devDependencies": {
"@tunnel/tsconfig": "^0.0.0",
"@types/bun": "^1.0.12",
"@types/proper-lockfile": "^4.1.4",
"benchmark": "^2.1.4",
"commander": "^10.0.1",
"dprint": "^0.45.1",
"onetime": "^6.0.0",
"pathe": "^1.1.2",
"proper-lockfile": "^4.1.2",
"shell-quote": "^1.8.1",
"signal-exit": "^4.1.0",
"tiny-invariant": "^1.3.1",
"type-fest": "^4.15.0",
"unbuild": "^2.0.0"
},
"files": [
".build"
]
}