@verdaccio/local-storage
Version:
Local storage implementation
64 lines • 1.49 kB
JSON
{
"name": "@verdaccio/local-storage",
"version": "10.5.1",
"description": "Local storage implementation",
"keywords": [
"plugin",
"verdaccio",
"storage",
"local-storage"
],
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"homepage": "https://verdaccio.org",
"repository": {
"type": "git",
"url": "https://github.com/verdaccio/monorepo",
"directory": "plugins/local-storage"
},
"bugs": {
"url": "https://github.com/verdaccio/monorepo/issues"
},
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@verdaccio/core": "7.0.0-next-8.21",
"@verdaccio/file-locking": "10.3.2",
"@verdaccio/streams": "10.2.2",
"debug": "4.4.3",
"globby": "11.1.0",
"lodash": "4.18.1",
"lowdb": "1.0.0",
"mkdirp": "1.0.4"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/minimatch": "3.0.5",
"@types/node": "20.5.8",
"@verdaccio/config": "8.0.0-next-8.29",
"@verdaccio/types": "12.0.0-next-7.5",
"minimatch": "4.2.5",
"rmdir-sync": "1.0.1",
"vite": "8.0.8",
"vite-plugin-dts": "4.5.4",
"vitest": "4.1.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"scripts": {
"clean": "rimraf ./lib",
"test": "vitest run",
"build": "vite build"
}
}