package.json 235 B

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