{
  "name": "@ambitiondev/vue-cookiebot",
  "version": "3.2.2",
  "author": {
    "email": "info@ambitiondev.io",
    "name": "Berrie Nachtweh",
    "url": "https://ambitiondev.io"
  },
  "dependencies": {
    "@ambitiondev/cookiebot-common": "^3.2.2"
  },
  "description": "Composable for Cookiebot in Vue applications",
  "files": [
    "dist/"
  ],
  "homepage": "https://vue-nuxt-cookiebot.netlify.app",
  "keywords": [
    "web",
    "application",
    "cookiebot",
    "vue",
    "vue 3",
    "ambitiondev"
  ],
  "license": "MIT",
  "main": "./dist/index.esm.js",
  "peerDependencies": {
    "vue": ">=3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ambitiondev/cookiebot"
  },
  "scripts": {
    "build": "npm run compile && npm run bundle",
    "bundle": "rollup --config rollup.config.mjs",
    "compile": "npm run tsc",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "test": "npm run test:unit",
    "test:coverage": "vitest run --c vitest.config.run.ts",
    "test:unit": "vitest",
    "tsc": "tsc -p ."
  },
  "types": "dist/types/index.d.ts",
  "type": "module",
  "gitHead": "8f49c3281e7bc4684855f357a6cdd0384b574849"
}
