{ "name": "spaceforge", "version": "1.0.6", "description": "A spaced repetition plugin for efficient knowledge review in Obsidian", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json", "install-plugin": "node install.js", "lint": "ESLINT_USE_FLAT_CONFIG=true eslint .", "typecheck": "tsc -noEmit -skipLibCheck" }, "keywords": [ "obsidian", "spaced-repetition", "learning" ], "author": "Spaceforge Team", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "esbuild": "^0.17.19", "eslint": "^8.57.1", "eslint-plugin-obsidianmd": "^0.1.9", "globals": "^16.5.0", "obsidian": "latest", "tslib": "2.4.0", "typescript": "^4.7.4", "typescript-eslint": "^8.48.1" }, "dependencies": { "ts-fsrs": "^4.7.1" } }