-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.2 KB
/
package.json
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
42
43
44
45
46
47
48
49
{
"name": "mongoose-query",
"description": "mongoose Query lib",
"keywords": [
"mongoose",
"query",
"mongodb"
],
"version": "0.8.0",
"homepage": "https://github.com/jupe/mongoose-query",
"author": "Jussi Vatjus-Anttila <jussiva@gmail.com>)",
"main": "lib/index",
"bugs": {
"url": "https://github.com/jupe/mongoose-query/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupe/mongoose-query"
},
"license": "MIT",
"dependencies": {
"flat": "^5.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^5.13.14",
"snyk": "^1.1285.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.1.1",
"mocha": "^10.2.0"
},
"contributors": [
"Jussi Vatjus-Anttila <jussiva@gmail.com>"
],
"scripts": {
"test": "mocha -R list",
"lint": "./node_modules/eslint/bin/eslint.js .",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}