{
  "name": "mgnlq_testmodel2",
  "version": "0.0.14",
  "description": "testmodel and testmodel2 access, testmodel2 model data",
  "main": "js/index.js",
  "typings": "js/index.d.ts",
  "jest": {
    "testEnvironment": "node"
  },
  "scripts": {
    "build": "gulp && tsc",
    "test": "gulp test",
    "version": "npm show mgnlq_testmodel2@* version",
    "create_db1": "node js/scripts/create_db1.js",
    "load_testdb2": "node js/scripts/create_db2.js && gulp clean",
    "update_replay": "gulp update_replay",
    "coverage": "jest --coverage",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jfseb/mgnlq_testmodel2.git"
  },
  "keywords": [
    "mongoose_record_replay",
    "mgnlq_testmodel2"
  ],
  "author": "jfsebpublic@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jfseb/mgnlq_testmodel2/issues"
  },
  "homepage": "https://github.com/jfseb/mgnlq_testmodel2#readme",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/node": "^8.10.64",
    "del": "^6.0.0",
    "eslint-plugin-jest": "^24.1.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": "^3.0.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^5.0.1",
    "jest": "^26.5.2",
    "jest-cli": "^26.5.2",
    "mgnlq_testmodel": "^0.0.11",
    "request": "^2.88.2",
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "abot_utils": "^1.0.3",
    "mgnlq_model": "^0.0.214",
    "mongoose_record_replay": "^0.0.14"
  }
}
