mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
23 lines
645 B
JSON
23 lines
645 B
JSON
{
|
|
"name": "@verdaccio/local-publish",
|
|
"version": "0.0.2-6-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:11.0.0-6-next.17",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.52",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.52",
|
|
"verdaccio": "6.0.0-6-next.52",
|
|
"ts-node": "10.9.1"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts",
|
|
"build": "echo 0"
|
|
}
|
|
}
|