2022-08-02 15:45:16 -05:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "@verdaccio/test-cli-commons",
|
2023-03-12 07:59:34 -05:00
|
|
|
"version": "1.1.0-6-next.7",
|
2022-08-02 15:45:16 -05:00
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
2022-09-27 15:56:17 -05:00
|
|
|
"devDependencies": {
|
2023-04-21 16:41:04 -05:00
|
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.68",
|
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.68",
|
2023-03-18 16:16:17 -05:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
2022-08-08 01:55:41 -05:00
|
|
|
"debug": "4.3.4",
|
|
|
|
"fs-extra": "10.1.0",
|
2023-02-26 02:19:41 -05:00
|
|
|
"got": "11.8.6",
|
2023-02-18 16:44:45 -05:00
|
|
|
"js-yaml": "4.1.0",
|
2023-03-12 02:49:51 -05:00
|
|
|
"get-port": "5.1.1",
|
2023-02-18 16:44:45 -05:00
|
|
|
"lodash": "4.17.21",
|
2023-04-21 16:41:04 -05:00
|
|
|
"verdaccio": "workspace:6.0.0-6-next.68"
|
2022-08-02 15:45:16 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|