2020-03-03 23:59:19 +01:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/hooks",
|
2023-10-28 17:22:01 +02:00
|
|
|
"version": "7.0.0-next.4",
|
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": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 17:51:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-10-07 16:23:04 +02:00
|
|
|
"node": ">=18"
|
2021-02-11 17:51:53 +01:00
|
|
|
},
|
2020-03-03 23:59:19 +01:00
|
|
|
"dependencies": {
|
2023-10-28 17:22:01 +02:00
|
|
|
"@verdaccio/core": "workspace:7.0.0-next.4",
|
|
|
|
"@verdaccio/logger": "workspace:7.0.0-next.4",
|
2023-05-13 16:51:09 +02:00
|
|
|
"core-js": "3.30.2",
|
2022-08-08 08:55:41 +02:00
|
|
|
"debug": "4.3.4",
|
2023-10-07 16:23:04 +02:00
|
|
|
"got-cjs": "12.5.4",
|
|
|
|
"handlebars": "4.7.7"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-28 17:22:01 +02:00
|
|
|
"@verdaccio/auth": "workspace:7.0.0-next.4",
|
|
|
|
"@verdaccio/config": "workspace:7.0.0-next.4",
|
2023-10-14 22:53:21 +02:00
|
|
|
"@verdaccio/types": "workspace:12.0.0-next.1",
|
2023-10-07 16:23:04 +02:00
|
|
|
"nock": "13.3.3"
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2022-07-29 20:51:45 +02:00
|
|
|
"test": "jest",
|
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
|
|
|
},
|
2021-02-11 17:51:53 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|