fix: adds simple package.json to allow imports in start.js

This commit is contained in:
sauravniraula 2025-09-14 16:10:42 +05:45
parent d44868c75a
commit 06d8181db5
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

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"
}