forked from mojaloop/object-store-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@mojaloop/central-object-store",
"version": "11.0.2-snapshot",
"description": "Mojaloop library for common object store",
"main": "src/index.js",
"pre-commit": [
"standard",
"dep:check"
],
"scripts": {
"audit:resolve": "SHELL=sh resolve-audit --production",
"audit:check": "SHELL=sh check-audit --production",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u"
},
"license": "Apache-2.0",
"author": "ModusBox",
"contributors": [
"Georgi Georgiev <georgi.georgiev@modusbox.com>",
"Miguel de Barros <miguel.debarros@modusbox.com>",
"Valentin Genev <valenting.genev@modusbox.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:mojaloop/central-object-store.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@mojaloop/central-services-logger": "10.6.0",
"mongoose": "5.11.8"
},
"devDependencies": {
"eslint": "7.16.0",
"nyc": "15.1.0",
"npm-audit-resolver": "2.2.1",
"npm-check-updates": "10.2.5",
"standard": "16.0.3"
}
}