UNPKG

femto-fsrs

Version:

A minimalistic implementation of FSRS 5 spaced repetition algorithm

22 lines (21 loc) 393 B
{ "name": "femto-fsrs", "version": "2.0.0", "description": "A minimalistic implementation of FSRS 5 spaced repetition algorithm", "main": "index.js", "scripts": { "build": "tsc", "test": "npx tsx test.ts" }, "keywords": [ "spaced repetition", "fsrs" ], "author": "Rick Carlino", "license": "MIT", "files": [ "*.d.ts", "*.js", "*.js.map" ] }