forked from Mockgoose/Mockgoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "@easymetrics/mockgoose",
"main": "built/mockgoose.js",
"types": "built/mockgoose.d.ts",
"description": "Mockgoose is an in memory database mock to allow for testing of applications that rely on Mongoose.",
"version": "7.3.4",
"author": {
"name": "Anthony McCormick",
"email": "anthony.mccormick@gmail.com"
},
"keywords": [
"mongodb",
"mongoose",
"datastore",
"nosql",
"sql",
"db",
"database",
"mock",
"stub",
"in memory"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "mocha"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"async": "2.1.5",
"debug": "2.2.0",
"fs-extra": "^2.0.0",
"https-proxy-agent": "1.0.0",
"@easymetrics/mongodb-prebuilt": "^6.3.5",
"portfinder": "^1.0.13",
"rimraf": "^2.6.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"@types/async": "~2.0.39",
"@types/fs-extra": "~0.0.37",
"@types/mongoose": "^4.7.6",
"@types/node": "^8.0.51",
"@types/node-uuid": "0.0.28",
"chai": "~2.2.0",
"mocha": "~2.2.4",
"mongoose": "*",
"typescript": "^2.6.1"
},
"bugs": {
"url": "https://github.com/Mockgoose/Mockgoose/issues"
},
"repository": "Mockgoose/Mockgoose",
"homepage": "https://github.com/Mockgoose/Mockgoose",
"readmeFilename": "README.md",
"license": "MIT"
}