@studiohyperdrive/ngx-cookies
Version:
An integrated Angular approach to the vanilla cookieconsent library.
45 lines • 1.15 kB
JSON
{
"name": "@studiohyperdrive/ngx-cookies",
"version": "20.0.0",
"description": "An integrated Angular approach to the vanilla cookieconsent library.",
"keywords": [
"angular",
"angular2",
"cookies",
"cookie",
"cookieconsent",
"consent"
],
"homepage": "https://open-source.studiohyperdrive.be/docs/angular/cookies/introduction",
"license": "MIT",
"author": {
"name": "Studio Hyperdrive",
"url": "https://studiohyperdrive.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/studiohyperdrive/hyperdrive-opensource",
"directory": "libs/angular/cookies/src"
},
"peerDependencies": {
"@angular/common": "^20.2.4",
"@angular/core": "^20.2.4",
"lodash": "^4.17.21",
"vanilla-cookieconsent": "^3.0.1"
},
"sideEffects": false,
"module": "fesm2022/studiohyperdrive-ngx-cookies.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/studiohyperdrive-ngx-cookies.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}