-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 946 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 946 Bytes
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
{
"name": "systemic-mongodb",
"version": "2.1.0",
"description": "A systemic mongodb component",
"main": "index.js",
"scripts": {
"snyk-protect": "snyk-protect",
"prepublish": "npm run snyk-protect",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "echo \"Error: no lint specified\" && exit 0"
},
"keywords": [
"systemic",
"mongodb"
],
"author": "GuideSmiths Ltd",
"license": "MIT",
"dependencies": {
"@snyk/protect": "^1.1297.1",
"mongodb": "^6.17.0"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidesmiths/systemic-mongodb.git"
},
"bugs": {
"url": "https://github.com/guidesmiths/systemic-mongodb/issues"
},
"homepage": "https://github.com/guidesmiths/systemic-mongodb#readme",
"snyk": true
}