2022-08-02 15:45:16 -05:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "@verdaccio/test-cli-commons",
|
2024-09-12 13:14:36 -05:00
|
|
|
"version": "2.0.0-next-8.0",
|
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": {
|
2024-10-08 01:30:39 -05:00
|
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.3",
|
|
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.3",
|
2024-09-25 16:20:07 -05:00
|
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.1",
|
2024-09-12 12:21:14 -05:00
|
|
|
"debug": "4.3.7",
|
2023-12-02 12:52:27 -05:00
|
|
|
"fs-extra": "11.2.0",
|
|
|
|
"get-port": "5.1.1",
|
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",
|
|
|
|
"lodash": "4.17.21",
|
2024-10-08 01:30:39 -05:00
|
|
|
"verdaccio": "workspace:8.0.0-next-8.3"
|
2022-08-02 15:45:16 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-09-29 05:47:10 -05:00
|
|
|
"test": "echo no test",
|
2022-08-02 15:45:16 -05:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|