Files
WeHub Mirror fa90340b1a
Test All Applications / Test repository tooling (push) Has been cancelled
Test All Applications / Test FastAPI (push) Has been cancelled
Test All Applications / Test Next.js (push) Has been cancelled
WeHub snapshot of bed1fc6c31b94d844191893a1c212d8fbe0f6d0b
2026-08-07 16:57:15 +08:00

21 lines
908 B
JSON

{
"name": "presenton",
"version": "0.9.3-beta",
"presentationExportVersion": "v0.4.2",
"type": "module",
"description": "Open-source AI presentation generator",
"scripts": {
"test": "npm run test:template-converter && node --test scripts/package-metadata.test.mjs",
"convert:template": "node scripts/convert-template.mjs",
"convert:presentation-template": "node scripts/convert-presentation-template.mjs",
"test:template-converter": "node --test scripts/convert-template.test.mjs scripts/convert-presentation-template.test.mjs",
"sync:presentation-export": "node scripts/sync-presentation-export.cjs",
"sync:presentation-export:force": "node scripts/sync-presentation-export.cjs --force",
"check:presentation-export": "node scripts/sync-presentation-export.cjs --check-only"
},
"dependencies": {
"@llamaindex/liteparse": "^1.5.2",
"sharp": "^0.34.5"
}
}