-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.32 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
{
"name": "colson-tmux",
"version": "1.0.27",
"description": "Colson Tmux: Tmux + ZSH for Software Engineers!",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"tmux/**/*"
],
"scripts": {
"clean": "del ./dist/*",
"build": "npm run clean && tsc",
"postinstall": "node dist/index.js"
},
"bin": {
"colson-tmux": "./dist/index.js",
"exec": "./dist/index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/colson0x1/colson-tmux.git"
},
"keywords": [
"colson-tmux",
"tmux",
"tmux config",
"tmux configuration",
"tmux plugins",
"tmux plugin manager",
"tpm",
"tmux colson",
"terminal multiplexer",
"tmux setup",
"dotfiles",
"zshrc",
"shell configuration",
"terminal customization",
"developer tools",
"cli tools",
"software engineers",
"tmux for software engineers",
"developer productivity"
],
"author": "COLSON",
"license": "MIT",
"bugs": {
"url": "https://github.com/colson0x1/colson-tmux/issues"
},
"homepage": "https://github.com/colson0x1/colson-tmux#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"del-cli": "^5.1.0",
"typescript": "^5.6.2"
},
"dependencies": {
"fs-extra": "^11.2.0"
}
}