Initial commit

This commit is contained in:
2025-08-16 10:27:16 +02:00
commit aa906396fb
5 changed files with 103 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "random_video_maker",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
}
}