mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
21 lines
607 B
JSON
21 lines
607 B
JSON
{
|
|
"name": "@verdaccio/local-publish",
|
|
"version": "0.0.2",
|
|
"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:13.0.0-next-8.1",
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.3",
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.3",
|
|
"verdaccio": "8.0.0-next-8.3"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"build": "echo 0"
|
|
}
|
|
}
|