{
  "name": "django-cookie-consent",
  "version": "0.8.0",
  "description": "Frontend code for django-cookie-consent",
  "main": "lib/index.js",
  "type": "module",
  "files": [
    "lib/"
  ],
  "scripts": {
    "build": "tsc",
    "build:django-static": "esbuild --bundle src/cookiebar.ts --outfile=../cookie_consent/static/cookie_consent/cookiebar.module.js --target=es2018 --format=esm --sourcemap",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jazzband/django-cookie-consent.git"
  },
  "keywords": [
    "django",
    "typescript",
    "cookie",
    "consent"
  ],
  "author": "Sergei Maertens",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/jazzband/django-cookie-consent/issues"
  },
  "homepage": "https://github.com/jazzband/django-cookie-consent#readme",
  "devDependencies": {
    "esbuild": "^0.25.3",
    "typescript": "^5.4.5"
  }
}
