-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "yall-cli",
"version": "2.3.1",
"author": "Amber Williams <https://github.com/Amber-Williams>",
"main": "index.js",
"type": "module",
"license": "MIT",
"keywords": [
"yall",
"cli",
"autocomplete",
"selection",
"app launcher",
"shortcuts",
"math"
],
"description": "A CLI tool to launch applications in half the time",
"repository": {
"type": "git",
"url": "git+https://github.com/Amber-Williams/yall.git"
},
"bugs": {
"url": "https://github.com/Amber-Williams/yall/issues"
},
"homepage": "https://github.com/Amber-Williams/yall#readme",
"bin": {
"yall": "index.js"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0",
"mathjs": "^11.8.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^21.0.1"
},
"engines": {
"npm": ">=8.0.0 <10.0.0",
"node": ">=18"
}
}