2022-09-02 13:40:12 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/local-publish",
|
2023-08-21 10:38:13 -05:00
|
|
|
"version": "0.0.2-next.0",
|
2022-09-02 13:40:12 -05:00
|
|
|
"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": {
|
2023-12-31 08:54:02 -05:00
|
|
|
"@verdaccio/types": "workspace:12.0.0-next.2",
|
2024-01-07 04:02:08 -05:00
|
|
|
"@verdaccio/core": "workspace:7.0.0-next.6",
|
|
|
|
"@verdaccio/config": "workspace:7.0.0-next.6",
|
|
|
|
"verdaccio": "7.0.0-next.6"
|
2022-09-02 13:40:12 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "ts-node src/index.ts",
|
|
|
|
"build": "echo 0"
|
|
|
|
}
|
|
|
|
}
|