@rep2recall/r2r-sqlite
Version:
R2r format engine for Rep2Recall
41 lines (40 loc) • 995 B
JSON
{
"name": "@rep2recall/r2r-sqlite",
"version": "0.1.8",
"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": {
"@rep2recall/r2r-format": "^0.1.9",
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/spark-md5": "^3.0.1",
"@types/uuid": "^3.4.5",
"ankisync": "^0.1.5",
"fast-json-stable-stringify": "^2.0.0",
"liteorm": "^0.2.4",
"moment": "^2.24.0",
"q2filter": "^0.2.0",
"spark-md5": "^3.0.0",
"uuid": "^3.3.3",
"valid-moment": "^1.0.0"
},
"publishConfig": {
"access": "public"
}
}