|
|
|
|
@ -1,10 +1,13 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "filepizza",
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"description": "Free peer-to-peer file transfers in your browser.",
|
|
|
|
|
"description": "Free peer-to-peer file transfers in your browser with Cloudflare deployment.",
|
|
|
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
|
|
|
"contributors": [
|
|
|
|
|
"Fares Abawi <fares@abawi.me> (https://abawi.me)"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"homepage": "https://github.com/kern/filepizza",
|
|
|
|
|
"homepage": "https://github.com/TeXlyre/filepizza",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next",
|
|
|
|
|
"dev:full": "docker compose up redis coturn -d && COTURN_ENABLED=true REDIS_URL=redis://localhost:6379 next",
|
|
|
|
|
|