{
  "name": "@rep2recall/r2r-mongo",
  "version": "0.2.7",
  "description": "R2r format engine for Rep2Recall",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "test": "ts-mocha tests/**/*.spec.ts",
    "build": "tsc -p tsconfig.lib.json"
  },
  "keywords": [
    "rep2recall",
    "srs",
    "memorization"
  ],
  "author": "Pacharapol Withayasakpunt",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/patarapolw/rep2recall.git"
  },
  "dependencies": {
    "@hasezoey/typegoose": "^5.9.2",
    "@rep2recall/r2r-format": "^0.1.9",
    "@types/fast-json-stable-stringify": "^2.0.0",
    "@types/mongoose": "^5.5.16",
    "@types/shortid": "0.0.29",
    "@types/spark-md5": "^3.0.1",
    "ankisync": "^0.1.5",
    "fast-json-stable-stringify": "^2.0.0",
    "moment": "^2.24.0",
    "mongoose": "^5.6.11",
    "q2filter": "^0.2.0",
    "reflect-metadata": "^0.1.13",
    "shortid": "^2.2.14",
    "spark-md5": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/dotenv": "^6.1.1",
    "@types/mocha": "^5.2.7",
    "dotenv": "^8.1.0"
  }
}
