Merge pull request #289 from presenton/fix/github-issues

fix: adds simple package.json to allow imports in start.js
This commit is contained in:
Saurav Niraula 2025-09-14 16:14:04 +05:45 committed by GitHub
commit 8877275410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "presenton",
"version": "1.0.0",
"type": "module",
"description": "Open-source AI presentation generator"
}