@mainiotech/dataconsent-bootstrap
Version:
Data consent manager for Bootstrap v5.
33 lines (32 loc) • 913 B
JSON
{
"name": "@mainiotech/dataconsent-bootstrap",
"version": "0.5.1",
"description": "Data consent manager for Bootstrap v5.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mainio/js-dataconsent.git"
},
"keywords": [
"cookie",
"consent",
"data",
"consent",
"gdpr",
"e-privacy",
"eprivacy"
],
"author": "Mainio Tech Oy",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainio/js-dataconsent/issues"
},
"homepage": "https://github.com/mainio/js-dataconsent#readme",
"scripts": {
"postversion": "version=$(sed -n -r 's/^ \"version\": \"([^\"]+)\",$/\\1/p' package.json) && sed -i -r 's/^(\\s+\"@mainiotech\\/dataconsent-[^\"]+\": \")[^\"]+(\",?)$/\\1^'$version'\\2/' package.json"
},
"dependencies": {
"@mainiotech/dataconsent-core": "^0.5.1",
"@mainiotech/dataconsent-i18n": "^0.5.1"
}
}