UNPKG

fsrs-algorithm

Version:

Free Spaced Repetition Scheduler (FSRS) algorithm implementation in TypeScript

44 lines (43 loc) 910 B
{ "name": "fsrs-algorithm", "version": "1.1.3", "description": "Free Spaced Repetition Scheduler (FSRS) algorithm implementation in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "testw": "jest --watch", "prepublishOnly": "npm run build" }, "keywords": [ "spaced-repetition", "fsrs", "memory", "learning", "algorithm", "flashcards", "typescript" ], "author": "Muhammad Kamran", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mkamran67/FSRS-algorithm.git" }, "homepage": "https://github.com/mkamran67/FSRS-algorithm", "bugs": { "url": "https://github.com/mkamran67/FSRS-algorithm/issues" }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ] }