Initial commit

This commit is contained in:
2025-12-12 14:05:16 +01:00
commit 87e5f5a72c
10 changed files with 1504 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "teleprompter",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^39.2.6"
},
"dependencies": {
"marked": "^15.0.12"
}
}