2020-03-03 23:59:19 +01:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/middleware",
|
2021-01-31 09:33:47 +01:00
|
|
|
"version": "5.0.0-alpha.5",
|
2020-03-03 23:59:19 +01:00
|
|
|
"description": "loaders logic",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2020-09-07 07:07:05 +02: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",
|
2020-12-22 21:16:11 +01:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 07:21:51 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-31 09:33:47 +01:00
|
|
|
"@verdaccio/auth": "workspace:5.0.0-alpha.5",
|
2021-01-10 19:32:01 +01:00
|
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.3",
|
|
|
|
"@verdaccio/logger": "workspace:5.0.0-alpha.3",
|
|
|
|
"@verdaccio/utils": "workspace:5.0.0-alpha.3",
|
2020-05-20 22:45:08 +02:00
|
|
|
"lodash": "4.17.15"
|
2020-09-17 06:48:16 +02:00
|
|
|
}
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|