UNPKG

mockgoose

Version:

Mockgoose is an in memory database mock to allow for testing of applications that rely on Mongoose.

63 lines (62 loc) 1.45 kB
{ "name": "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": "8.0.4", "author": { "name": "Anthony McCormick", "email": "anthony.mccormick@gmail.com" }, "contributors": [ "Jonathon Hill <jhill9693@gmail.com>" ], "keywords": [ "mongodb", "mongoose", "datastore", "nosql", "sql", "db", "database", "mock", "stub", "in memory" ], "scripts": { "pretest": "jshint src test", "test": "mocha test" }, "engines": { "node": ">=6" }, "dependencies": { "async": "^2.6.1", "debug": "^4.0.1", "fs-extra": "^7.0.0", "https-proxy-agent": "^2.2.1", "mongodb-prebuilt": "^6.4.0", "portfinder": "^1.0.13", "rimraf": "^2.6.1", "uuid": "^3.0.1" }, "devDependencies": { "@types/async": "~2.0.39", "@types/fs-extra": "^5.0.4", "@types/mongoose": "^5.2.17", "@types/node": "^8.10.30", "@types/node-uuid": "0.0.28", "chai": "^4.1.2", "jshint": "^2.9.6", "mocha": "^5.2.0", "mongoose": "*", "typescript": "^3.2.2" }, "bugs": { "url": "https://github.com/Mockgoose/Mockgoose/issues" }, "repository": "Mockgoose/Mockgoose", "homepage": "https://github.com/Mockgoose/Mockgoose", "readmeFilename": "README.md", "license": "MIT" }