mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
66e4c89d3e
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
21 lines
615 B
JSON
21 lines
615 B
JSON
{
|
|
"name": "@verdaccio/local-publish",
|
|
"version": "0.0.2-next.0",
|
|
"private": true,
|
|
"description": "trigger server for local development",
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"devDependencies": {
|
|
"@verdaccio/types": "workspace:12.0.0-next.2",
|
|
"@verdaccio/core": "workspace:7.0.0-next-7.10",
|
|
"@verdaccio/config": "workspace:7.0.0-next-7.10",
|
|
"verdaccio": "7.0.0-next-7.10"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"build": "echo 0"
|
|
}
|
|
}
|