mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
14 lines
291 B
JSON
14 lines
291 B
JSON
|
{
|
||
|
"name": "customprefix-auth",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"description": "fake plugin for test",
|
||
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://verdaccio.org",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "echo 0"
|
||
|
}
|
||
|
}
|