UNPKG

@igloonet/gatsby-plugin-cookiebot

Version:

Gatsby plugin for Cookiebot CMP

30 lines (29 loc) 786 B
{ "name": "@igloonet/gatsby-plugin-cookiebot", "version": "1.0.2", "description": "Gatsby plugin for Cookiebot CMP", "main": "index.js", "scripts": { "build": "tsc", "develop": "tsc-watch --onSuccess \"npm run yalc:publish\"", "yalc:publish": "yalc publish --push", "npm:publish": "npm run build && npm publish --access public", "prepare": "echo 'Preparing'", "prepublishOnly": "echo 'No tests to run'" }, "keywords": ["gatsby", "gatsby-plugin", "cookiebot", "google-tagmanager"], "license": "MIT", "devDependencies": { "gatsby": "^4.25.7", "tsc-watch": "^6.0.4", "typescript": "^5.1.6" }, "engines": { "node": ">=18", "npm": ">=7" }, "dependencies": { "react": "^18.2.0" }, "packageManager": "yarn@3.6.1" }