-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 736 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
37
{
"name": "@jsmrcaga/executor",
"version": "3.0.0",
"private": false,
"description": "Simple OR/DM for MongoDB",
"main": "mongo.js",
"scripts": {
"test": "docker-compose run --rm app npm run mocha",
"mocha": "sleep 5 && mocha --exit --recursive test -s 50"
},
"author": {
"name": "Jo Colina",
"email": "jo@jocolina.com"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0"
},
"dependencies": {
"mongodb": "^4.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jsmrcaga/executor"
},
"keywords": [
"mongo",
"mongodb",
"mongo db",
"mongodb easy",
"odm",
"executor",
"orm"
]
}