mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
ce1c642312
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
848 B
JSON
26 lines
848 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/test-cli-commons",
|
|
"version": "1.1.0",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"devDependencies": {
|
|
"@verdaccio/config": "workspace:7.0.0-next-8.21",
|
|
"@verdaccio/core": "workspace:7.0.0-next-8.21",
|
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
|
"debug": "4.3.6",
|
|
"fs-extra": "11.2.0",
|
|
"get-port": "5.1.1",
|
|
"got": "11.8.6",
|
|
"js-yaml": "4.1.0",
|
|
"lodash": "4.17.21",
|
|
"verdaccio": "workspace:7.0.0-next-8.21"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
}
|
|
}
|