21 lines
855 B
JSON
21 lines
855 B
JSON
{
|
|
"name": "presenton",
|
|
"version": "0.8.7",
|
|
"presentationExportVersion": "v0.3.44",
|
|
"type": "module",
|
|
"description": "Open-source AI presentation generator",
|
|
"scripts": {
|
|
"test": "npm run test:template-converter",
|
|
"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"
|
|
}
|
|
}
|