{
  "name": "@deriv-com/marketing-utils",
  "version": "2.2.1",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deriv-com/deriv-static-content.git"
  },
  "scripts": {
    "build": "node build.js",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest --coverage",
    "test:ui": "vitest --ui"
  },
  "dependencies": {
    "esbuild": "^0.24.0",
    "glob": "^11.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^6.0.3",
    "@vitest/coverage-v8": "^2.1.8",
    "@vitest/ui": "^2.1.8",
    "happy-dom": "^20.0.2",
    "vitest": "^2.1.8"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
