2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/hooks",
|
2024-12-15 03:43:25 -05:00
|
|
|
"version": "8.0.0-next-8.6",
|
2020-03-03 17:59:19 -05:00
|
|
|
"description": "loaders logic",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 11:51:53 -05:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-10-07 09:23:04 -05:00
|
|
|
"node": ">=18"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"dependencies": {
|
2024-12-15 03:43:25 -05:00
|
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.6",
|
|
|
|
"@verdaccio/logger": "workspace:8.0.0-next-8.6",
|
2024-08-03 07:14:15 -05:00
|
|
|
"core-js": "3.37.1",
|
2024-12-15 09:15:09 -05:00
|
|
|
"debug": "4.4.0",
|
2023-10-07 09:23:04 -05:00
|
|
|
"got-cjs": "12.5.4",
|
2023-11-29 15:59:50 -05:00
|
|
|
"handlebars": "4.7.8"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-15 03:43:25 -05:00
|
|
|
"@verdaccio/auth": "workspace:8.0.0-next-8.6",
|
|
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.6",
|
2024-12-11 16:13:46 -05:00
|
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.2",
|
2024-01-29 15:35:48 -05:00
|
|
|
"nock": "13.5.1"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2024-08-03 12:39:22 -05:00
|
|
|
"test": "vitest run",
|
2020-09-07 00:07:05 -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",
|
2020-12-22 15:16:11 -05:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 00:21:51 -05:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
2021-02-11 11:51:53 -05:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|