ontoref/assets/presentation/package.json
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
581 B
JSON

{
"name": "rustikon-2026-slides",
"version": "1.0.0",
"description": "Why I Needed Rust, Finally - Rustikon 2026",
"scripts": {
"dev": "slidev --port 4040",
"build": "slidev build",
"export": "slidev export",
"export:pdf": "slidev export --format pdf",
"export:png": "slidev export --format png"
},
"devDependencies": {
"@slidev/cli": "^52.2.5",
"@slidev/theme-apple-basic": "^0.25.1",
"@slidev/theme-default": "^0.25.0",
"@slidev/theme-seriph": "^0.25.0",
"@vueuse/core": "^13.9.0",
"@vueuse/shared": "14.0.0-alpha.0"
}
}