{
  "name": "@dub/embed-core",
  "description": "Vanilla JS core script that embeds Dub's dashboards.",
  "version": "0.0.18",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "eslint src/",
    "dev": "tsup --watch",
    "check-types": "tsc --noEmit"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.6.12"
  },
  "devDependencies": {
    "@types/js-cookie": "^3.0.6",
    "tsconfig": "workspace:*",
    "tsup": "^6.1.3",
    "typescript": "^5.1.6"
  },
  "author": "Steven Tey <stevensteel97@gmail.com>",
  "homepage": "https://dub.co",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dubinc/dub.git"
  },
  "bugs": {
    "url": "https://github.com/dubinc/dub/issues"
  },
  "keywords": [
    "dub",
    "dub.co",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  }
}
