-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "p3x-verdaccio-cli",
"version": "2025.4.119",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Sake",
"nodejs": "v22.13.0",
"opencollective": false,
"reponame": "verdaccio-cli",
"build": true
},
"bin": {
"p3x-verdaccio-cli": "bin/p3x-verdaccio-cli.js"
},
"license": "MIT",
"description": "🍶 Verdaccio CLI",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/verdaccio-cli.git"
},
"keywords": [
"verdaccio",
"cli"
],
"author": "Patrik Laszlo <[email protected]>",
"bugs": {
"url": "https://github.com/patrikx3/verdaccio-cli/issues"
},
"homepage": "https://corifeus.com/verdaccio-cli",
"devDependencies": {
"corifeus-builder": "^2025.4.128"
},
"dependencies": {
"chalk": "^4.1.2",
"cli-table": "^0.3.11",
"commander": "^13.0.0",
"fs-extra": "^11.3.0",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=12.13.0"
}
}