mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
f07fd5d525
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@verdaccio/hooks",
|
|
"version": "6.0.0-6-next.45",
|
|
"description": "loaders logic",
|
|
"main": "./build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"keywords": [
|
|
"private",
|
|
"package",
|
|
"repository",
|
|
"registry",
|
|
"enterprise",
|
|
"modules",
|
|
"proxy",
|
|
"server",
|
|
"verdaccio"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"dependencies": {
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
|
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
|
"core-js": "3.30.2",
|
|
"debug": "4.3.4",
|
|
"handlebars": "4.7.7",
|
|
"got-cjs": "12.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
|
"nock": "13.2.9"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"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",
|
|
"watch": "pnpm build:js -- --watch",
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|