Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-09 22:40:16 +00:00
parent 003ab9e77f
commit 4f7b89bc99

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "studio-teleprompter",
"version": "1.0.0",
"description": "Profesyonel stüdyo teleprompter — OLED siyah + neon yeşil/camgöbeği tema",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Numex AI",
"license": "MIT",
"dependencies": {
"express": "^4.19.2"
}
}