0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/tools/local-publish/package.json
Juan Picado 15a86b7dd2
chore: update versions (next-7) (#4677)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 09:30:37 +02:00

21 lines
617 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-7.4",
"@verdaccio/core": "workspace:7.0.0-next-7.17",
"@verdaccio/config": "workspace:7.0.0-next-7.17",
"verdaccio": "7.0.0-next-7.17"
},
"scripts": {
"start": "ts-node src/index.ts",
"build": "echo 0"
}
}