mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
4782bdd5e3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
21 lines
612 B
JSON
21 lines
612 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.7",
|
|
"@verdaccio/config": "workspace:7.0.0-next-7.7",
|
|
"verdaccio": "7.0.0-next-7.7"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"build": "echo 0"
|
|
}
|
|
}
|