@rep2recall/r2r-format
Version:
R2r (offline/online) abstract class for Rep2Recall
34 lines (33 loc) • 821 B
JSON
{
"name": "@rep2recall/r2r-format",
"version": "0.1.10",
"description": "R2r (offline/online) abstract class 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": "git+https://github.com/patarapolw/r2r-format.git"
},
"dependencies": {
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/spark-md5": "^3.0.1",
"ankisync": "^0.1.5",
"fast-json-stable-stringify": "^2.0.0",
"spark-md5": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}