0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/packages/tools/local-publish/package.json
Juan Picado 0e58b9927a
chore: update versions (next-8) (#4999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-15 09:43:25 +01:00

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.2",
"@verdaccio/core": "workspace:8.0.0-next-8.6",
"@verdaccio/config": "workspace:8.0.0-next-8.6",
"verdaccio": "8.0.0-next-8.6"
},
"scripts": {
"start": "ts-node src/index.ts",
"build": "echo 0"
}
}