mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
980b09e40c
Co-authored-by: Renovate Bot <bot@renovateapp.com>
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "@verdaccio/local-storage",
|
|
"version": "11.0.0-6-next.10",
|
|
"description": "Local storage implementation",
|
|
"keywords": [
|
|
"private",
|
|
"package",
|
|
"repository",
|
|
"registry",
|
|
"enterprise",
|
|
"modules",
|
|
"proxy",
|
|
"server",
|
|
"verdaccio"
|
|
],
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://verdaccio.org",
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
"directory": "packages/core/local-storage"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"files": [
|
|
"build/"
|
|
],
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=7"
|
|
},
|
|
"dependencies": {
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.3",
|
|
"@verdaccio/file-locking": "workspace:11.0.0-6-next.4",
|
|
"@verdaccio/streams": "workspace:11.0.0-6-next.5",
|
|
"async": "3.2.1",
|
|
"core-js": "3.17.2",
|
|
"debug": "4.3.3",
|
|
"globby": "11.0.4",
|
|
"lockfile": "1.0.4",
|
|
"lodash": "4.17.21",
|
|
"lowdb": "1.0.0",
|
|
"lru-cache": "6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimatch": "3.0.5",
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.9",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.11",
|
|
"@verdaccio/utils": "workspace:6.0.0-6-next.9",
|
|
"minimatch": "3.0.4",
|
|
"tmp-promise": "3.0.3"
|
|
},
|
|
"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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/verdaccio"
|
|
}
|
|
}
|