theadamdanielsson_grill/package.json
adamdanielsson 453c0ebbbb 1.0.1: fix minAppVersion, add build attestations, clean up types
minAppVersion raised to 1.8.0: processFrontMatter and revealLeaf as
used here need it, and 1.4.0 was an arbitrary low floor with no real
support burden lifted by keeping it. Release workflow now attests
build provenance for main.js, manifest.json, and styles.css. Command
id and name no longer duplicate the plugin name/id. Replaced every any
in the LLM transport and settings-load paths with response-shaped
interfaces, fixed an unsafe JSON.parse argument, an unnecessary cast to
TFile, and two unawaited revealLeaf calls.
2026-07-21 23:41:54 +02:00

16 lines
No EOL
463 B
JSON

{
"name": "grill",
"version": "1.0.1",
"description": "Get grilled on your own notes: AI active recall with per-note mastery and spaced repetition for Obsidian",
"main": "main.js",
"scripts": {
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"dev": "node esbuild.config.mjs"
},
"devDependencies": {
"@types/node": "^22.10.0",
"esbuild": "0.24.0",
"obsidian": "^1.7.2",
"typescript": "^5.7.0"
}
}