-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 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
{
"name": "mdbadges-cli",
"version": "6.7.1",
"description": "An extensive CLI tool to find over 400+ Shields.io badges for your projects.",
"author": "Inter",
"license": "MIT",
"bugs": "https://github.com/inttter/mdbadges-cli/issues",
"homepage": "https://mdbcli.xyz",
"keywords": [
"markdown",
"badges",
"shields",
"shieldsio",
"shields.io",
"github",
"readme",
"social"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"bin": {
"mdb": "src/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inttter/mdbadges-cli.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/inttter"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"chalk": "^5.3.0",
"cli-spinners": "^3.2.0",
"clipboardy": "^4.0.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
"fuse.js": "^7.0.0",
"open": "^10.1.0",
"ora": "^8.1.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"type": "module"
}