mongoose_record_replay
Version:
readonly mongoose drop in for testing (replaying w.o. mongo db) and recording (running against mongodb)
53 lines (52 loc) • 1.52 kB
JSON
{
"name": "mongoose_record_replay",
"version": "0.0.14",
"description": "readonly mongoose drop in for testing (replaying w.o. mongo db) and recording (running against mongodb)",
"main": "js/index.js",
"typings": "js/index.d.ts",
"jest": {
"testEnvironment": "node"
},
"scripts": {
"build": "gulp && tsc",
"test": "gulp test",
"coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfseb/mongoose_record_replay.git"
},
"keywords": [
"typescript",
"mgnlq"
],
"author": "jfsebpublic@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfseb/mgongoose_record_replay/issues"
},
"homepage": "https://github.com/jfseb/mongoose_record_replay#readme",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.161",
"@types/node": "^8.10.64",
"del": "^6.0.0",
"eslint-plugin-jest": "^24.1.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-env": "^0.4.0",
"gulp-eslint": "^6.0.0",
"gulp-jest": "https://registry.npmjs.org/@jacobq/gulp-jest/-/gulp-jest-4.0.3-PR65.tgz",
"gulp-jsdoc3": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"jest": "^26.5.2",
"jest-cli": "^26.5.2",
"typescript": "^4.0.3"
},
"dependencies": {
"debugf": "^0.1.2",
"mongoose": "^5.10.8"
}
}