@ig3/srf-scheduler
Version:
This is the default scheduler for [srf](https://www.npmjs.com/package/@ig3/srf) - spaced repetition flashcards.
30 lines (29 loc) • 574 B
JSON
{
"name": "@ig3/srf-scheduler",
"version": "2.1.4",
"description": "",
"author": "Ian Goodacre",
"keywords": [
"srf",
"scheduler"
],
"main": "index.js",
"files": [
"*.js"
],
"scripts": {
"test": "eslint . && c8 --all multi-tape test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:ig3/srf-scheduler.git"
},
"license": "ISC",
"devDependencies": {
"@ig3/eslint-config-entrain": "^4.0.4",
"@ig3/test": "^0.0.10",
"better-sqlite3": "^11.6.0",
"c8": "^10.1.2",
"multi-tape": "^1.7.1"
}
}