catalog/package.json

58 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2025-01-09 00:43:01 +01:00
{
"name": "@consent.software/catalog",
2025-01-16 03:06:46 +01:00
"version": "1.4.2",
2025-01-09 00:43:01 +01:00
"private": false,
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
"exports": {
".": "./dist_ts_web/index.js"
},
2025-01-09 00:43:01 +01:00
"type": "module",
"scripts": {
"test": "npm run build",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
2025-01-09 00:43:01 +01:00
"watch": "tswatch element"
},
"author": "Lossless GmbH",
"license": "MIT",
2025-01-09 00:43:01 +01:00
"dependencies": {
"@consent.software/interfaces": "^1.0.11",
"@consent.software/webclient": "^1.1.0",
"@push.rocks/smartdelay": "^3.0.5",
"lit": "^3.2.1"
2025-01-09 00:43:01 +01:00
},
"devDependencies": {
"@design.estate/dees-wcctools": "^1.0.90",
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsbundle": "^2.1.0",
"@git.zone/tswatch": "^2.0.37",
"@push.rocks/projectinfo": "^5.0.2"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 Chrome versions"
],
"keywords": [
"consent management",
"web components",
"cookie consent",
"privacy compliance",
"GDPR",
"ES modules",
"frontend",
"typescript",
"user privacy",
"modern web"
2025-01-09 00:43:01 +01:00
]
2025-01-09 00:44:18 +01:00
}