{
  "name": "@mzara/cdn",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon --exec pnpm run serve",
    "start-dev:isa": "pnpm run build:isa --watch",
    "start-dev:harea": "pnpm run build:harea --watch",
    "build:isa": "npx tailwindcss -i ./css/isa/style-dev.css -o ./css/isa/style.css",
    "build:harea": "npx tailwindcss -i ./css/harea/style-dev.css -o ./css/harea/style.css",
    "serve": "npx serve -s . -l 3000 --cors=Authorization",
    "cdn": "pnpm run start",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@mzara/config": "workspace:*",
    "serve": "^13.0.2"
  }
}
