{
  "name": "@ekko-earth/ekko-js",
  "version": "2.0.3",
  "description": "A framework-agnostic web SDK for displaying carbon impact.",
  "main": "dist/ekko-js.umd.js",
  "module": "dist/ekko-js.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "prepublishOnly": "npm run build",
    "publish:public": "npm publish",
    "publish:internal": "npm pkg set name=@ekko-earth/ekko-js-internal && npm publish --access restricted && npm pkg set name=@ekko-earth/ekko-js"
  },
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rollup/plugin-url": "^8.0.2",
    "@types/node": "^22.14.0",
    "autoprefixer": "^10.4.20",
    "dotenv": "^16.4.7",
    "postcss": "^8.5.3",
    "rollup": "^4.34.8",
    "tailwindcss": "^4.0.8",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@datadog/browser-logs": "^6.6.2",
    "posthog-js": "^1.231.2",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.8.1"
  }
}
