Files
RandomVideoMaker/package.json
2025-08-16 10:27:16 +02:00

18 lines
425 B
JSON

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