UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@verdaccio/local-storage",
3 "version": "9.6.1",
4 "description": "Local storage implementation",
5 "keywords": [
6 "plugin",
7 "verdaccio",
8 "storage",
9 "local-storage"
10 ],
11 "author": "Juan Picado <juanpicado19@gmail.com>",
12 "license": "MIT",
13 "homepage": "https://verdaccio.org",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/verdaccio/monorepo",
17 "directory": "plugins/local-storage"
18 },
19 "bugs": {
20 "url": "https://github.com/verdaccio/monorepo/issues"
21 },
22 "publishConfig": {
23 "access": "public"
24 },
25 "main": "lib/index.js",
26 "types": "lib/index.d.ts",
27 "files": [
28 "lib/"
29 ],
30 "engines": {
31 "node": ">=8"
32 },
33 "dependencies": {
34 "@verdaccio/commons-api": "^9.6.1",
35 "@verdaccio/file-locking": "^9.6.1",
36 "@verdaccio/streams": "^9.6.1",
37 "async": "3.2.0",
38 "level": "5.0.1",
39 "lodash": "4.17.15",
40 "mkdirp": "0.5.5"
41 },
42 "devDependencies": {
43 "@types/minimatch": "^3.0.3",
44 "@verdaccio/babel-preset": "^9.6.1",
45 "@verdaccio/eslint-config": "^9.3.2",
46 "@verdaccio/types": "^9.5.0",
47 "minimatch": "^3.0.4",
48 "rmdir-sync": "^1.0.1"
49 },
50 "scripts": {
51 "coverage:publish": "codecov --root=../../ -F plugins",
52 "build": "npm run build:types && npm run build:js",
53 "build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
54 "build:types": "tsc --emitDeclarationOnly",
55 "lint": "eslint \"**/*.{js,ts}\"",
56 "lint:stage": "lint-staged",
57 "test": "jest",
58 "type-check": "tsc --noEmit",
59 "type-check:watch": "npm run type-check -- --watch"
60 },
61 "funding": {
62 "type": "opencollective",
63 "url": "https://opencollective.com/verdaccio"
64 },
65 "gitHead": "adb434f9dcbc5574892a1ea03e882b1f9e0355be"
66}