{
  "name": "@justeattakeaway/cc-braze-adapter",
  "version": "0.5.0",
  "description": "The promotion card component of content cards",
  "keywords": [
    "content",
    "cards",
    "image"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "license": "Apache-2.0",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "dev": "rollup -c --watch",
    "build": "rollup -c",
    "test:unit": "web-test-runner"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@braze/web-sdk": "^4.2.1"
  },
  "dependencies": {
    "@justeattakeaway/cc-utils": "0.1.0",
    "@justeattakeaway/cc-filters": "0.1.0",
    "lodash-es": "4.17.21",
    "date-fns": "2.29.3"
  },
  "devDependencies": {
    "@justeattakeaway/cc-types": "0.5.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@rollup/plugin-typescript": "8.3.2",
    "@types/lodash-es": "4.17.6",
    "autoprefixer": "10.4.7",
    "postcss": "8.4.14",
    "postcss-lit": "0.4.3",
    "rollup": "2.79.1",
    "rollup-plugin-dts": "4.2.2",
    "rollup-plugin-postcss": "4.0.2",
    "tailwindcss": "3.0.24",
    "typescript": "4.7.3"
  }
}
