0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/cli/cli-commons/package.json
Juan Picado be8367ef38
chore: update dependencies (#3621)
* chore: update deps

* Update pnpm-lock.yaml
2023-02-18 22:44:45 +01:00

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.61",
"@verdaccio/core": "workspace:6.0.0-6-next.61",
"@verdaccio/types": "workspace:11.0.0-6-next.20",
"debug": "4.3.4",
"fs-extra": "10.1.0",
"got": "11.8.5",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"verdaccio": "workspace:6.0.0-6-next.61"
},
"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"
}
}