@ambitiondev/vue-cookiebot
Version:
Composable for Cookiebot in Vue applications
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "@ambitiondev/vue-cookiebot",
"version": "3.2.3",
"author": {
"email": "info@ambitiondev.io",
"name": "Berrie Nachtweh",
"url": "https://ambitiondev.io"
},
"dependencies": {
"@ambitiondev/cookiebot-common": "^3.2.3"
},
"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": "3ee7e047335171e01c0445a33b3a77c16bef7ec5"
}