-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 987 Bytes
/
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
{
"name": "node-mongodb-fixtures",
"version": "3.2.9",
"description": "A package and CLI for MongoDB fixtures",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdimascio/node-mongodb-fixtures.git"
},
"keywords": [
"mongodb",
"fixtures",
"loader",
"tests",
"unit-tests",
"unloader",
"schema"
],
"bin": {
"mongodb-fixtures": "bin/mongodb-fixtures.js"
},
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cdimascio/node-mongodb-fixtures/issues"
},
"homepage": "https://github.com/cdimascio/node-mongodb-fixtures#readme",
"dependencies": {
"bluebird": "^3.7.2",
"commander": "^6.2.0",
"mongodb": "^3.6.9"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^3.1.4"
}
}