20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "video-share",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Minimalist no-signup video/file share with private UUID links and TTL",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"dev": "node --watch src/server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/multipart": "^8.3.0",
|
|
"@fastify/static": "^7.0.4",
|
|
"fastify": "^4.28.1"
|
|
}
|
|
}
|