-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
66 lines (66 loc) · 1.38 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "mongolass",
"version": "4.4.7",
"description": "Elegant MongoDB driver for Node.js.",
"main": "lib/index.js",
"scripts": {
"pretest": "./node_modules/.bin/eslint .",
"test": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"prepublish": "npm run test"
},
"keywords": [
"mongo",
"mongodb",
"mongoose",
"schema",
"model",
"query",
"odm",
"orm",
"nosql",
"data",
"datastore",
"database",
"db",
"collection",
"document"
],
"author": {
"name": "nswbmw",
"url": "https://github.com/nswbmw"
},
"maintainers": [
{
"name": "nswbmw",
"url": "https://github.com/nswbmw"
}
],
"license": "MIT",
"engines": {
"node": ">=8"
},
"dependencies": {
"another-json-schema": "^3.8.3",
"debug": "4.2.0",
"inflected": "2.1.0",
"lodash": "4.17.20",
"mongodb": "~3.6.2",
"mongolass-plugin-populate": "*",
"muri": "1.3.0",
"validator": "13.1.17"
},
"devDependencies": {
"eslint": "7.9.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"istanbul": "1.1.0-alpha.1",
"mocha": "^8.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mongolass/mongolass"
}
}