-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 982 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
38
39
40
41
42
43
44
45
46
{
"name": "wttab",
"version": "1.2.2",
"description": "Windows Terminal CLI to open a tab or window",
"main": "index.js",
"preferGlobal": true,
"type": "module",
"bin": {
"wttab": "index.js"
},
"scripts": {
"test:help": "npm i -g . && wttab",
"test": "powershell.exe -c ./index.spec.ps1",
"script": "echo \"output\""
},
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^8.0.0",
"strip-json-comments": "^3.1.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lalilaloe/wttab.git"
},
"bugs": {
"url": "https://github.com/lalilaloe/wttab/issues"
},
"homepage": "https://github.com/lalilaloe/wttab#readme",
"keywords": [
"powershell",
"cmd",
"windows",
"wsl",
"terminal",
"preview",
"cli",
"tabs",
"windows",
"automate",
"ubuntu",
"window",
"color"
]
}