mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
71fbb410e6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "@verdaccio/hooks",
|
|
"version": "5.0.0-alpha.3",
|
|
"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",
|
|
"dependencies": {
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.3",
|
|
"@verdaccio/logger": "workspace:5.0.0-alpha.3",
|
|
"debug": "^4.2.0",
|
|
"handlebars": "4.5.3",
|
|
"node-fetch": "^2.6.1",
|
|
"request": "2.87.0"
|
|
},
|
|
"devDependencies": {
|
|
"@verdaccio/auth": "workspace:5.0.0-alpha.5",
|
|
"@verdaccio/commons-api": "workspace:10.0.0-alpha.3",
|
|
"@verdaccio/config": "workspace:5.0.0-alpha.3",
|
|
"@verdaccio/types": "workspace:10.0.0-alpha.3",
|
|
"nock": "^13.0.4"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf ./build",
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=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"
|
|
},
|
|
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
|
|
}
|