uppy/examples/cdn-example/package.json
2022-06-27 16:02:15 +02:00

8 lines
235 B
JSON

{
"name": "@uppy-example/cdn",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts || python3 -m http.server || php -S localhost:8000"
}
}