Jesús Pérez d59644b96f
feat: unified auth model, project onboarding, install pipeline, config management
The full scope across this batch: POST /sessions key→token exchange, SessionStore dual-index with revoke_by_id, CLI Bearer injection (ONTOREF_TOKEN), ontoref setup
  --gen-keys, install scripts, daemon config form roundtrip, ADR-004/005, on+re self-description update (fully-self-described), and landing page refresh.
2026-03-13 20:56:31 +00:00

21 lines
432 B
JSON

{
"name": "slidev-theme-rust-vibe",
"version": "1.0.0",
"description": "A Rust-themed presentation theme for Slidev with vibrant orange colors and modern design",
"author": {
"name": "Jesús Pérez Lorenzo",
"email": "jpl@jesusperez.pro"
},
"keywords": [
"slidev-theme",
"rust",
"presentation",
"theme"
],
"engines": {
"slidev": ">=0.48.0"
},
"license": "MIT",
"main": "index.ts"
}