{ "name": "kioku", "version": "0.1.0", "description": "An Anki clone", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "typecheck": "tsc --build pkgs/*/tsconfig.json", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write ." }, "keywords": [], "author": "nsfisis", "license": "MIT", "packageManager": "pnpm@10.23.0", "type": "module", "devDependencies": { "@biomejs/biome": "^2.3.8", "typescript": "^5.9.3" } }