mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"name": "customprefix-auth",
|
|
"version": "2.0.0-next.0",
|
|
"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"
|
|
}
|
|
}
|