mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
0d171f29db
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
833 B
JSON
25 lines
833 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/test-cli-commons",
|
|
"version": "1.1.0-6-next.6",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"devDependencies": {
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.64",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.64",
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.23",
|
|
"debug": "4.3.4",
|
|
"fs-extra": "10.1.0",
|
|
"got": "11.8.6",
|
|
"js-yaml": "4.1.0",
|
|
"lodash": "4.17.21",
|
|
"verdaccio": "workspace:6.0.0-6-next.64"
|
|
},
|
|
"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"
|
|
}
|
|
}
|