mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
23e6967a69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
645 B
JSON
23 lines
645 B
JSON
{
|
|
"name": "@verdaccio/local-publish",
|
|
"version": "0.0.2-6-next.1",
|
|
"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:11.0.0-6-next.25",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.70",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.70",
|
|
"verdaccio": "6.0.0-6-next.70",
|
|
"ts-node": "10.9.1"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"build": "echo 0"
|
|
}
|
|
}
|