secure_video_share/package.json

19 lines
349 B
JSON
Raw Normal View History

2024-07-31 11:37:56 +00:00
{
"name": "securestream",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "Jakub Žitník",
"license": "ISC",
"description": "",
"dependencies": {
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"express": "^4.19.2",
"serve-static": "^1.15.0"
}
}