mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-27 00:35:22 +02:00
18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"id": "verdaccio",
|
|
"name": "Verdaccio",
|
|
"version": "6",
|
|
"description": "A lightweight Node.js private proxy registry",
|
|
"logo": "verdaccio.svg",
|
|
"links": {
|
|
"github": "https://github.com/verdaccio/verdaccio",
|
|
"website": "https://www.verdaccio.org/",
|
|
"docs": "https://www.verdaccio.org/docs/what-is-verdaccio"
|
|
},
|
|
"tags": [
|
|
"node-js",
|
|
"package-repository",
|
|
"npm"
|
|
]
|
|
}
|