{ "name": "@breakpilot/compliance-sdk-vanilla", "version": "0.0.1", "description": "BreakPilot Compliance SDK - Vanilla JS Embed Script & Web Components", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./embed": { "import": "./dist/embed.mjs", "require": "./dist/embed.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/", "typecheck": "tsc --noEmit" }, "dependencies": { "@breakpilot/compliance-sdk-core": "workspace:*", "@breakpilot/compliance-sdk-types": "workspace:*" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.3.0" }, "peerDependencies": {}, "publishConfig": { "access": "public" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/breakpilot/compliance-sdk.git", "directory": "packages/vanilla" }, "keywords": [ "compliance", "gdpr", "dsgvo", "consent", "cookie-banner", "web-components", "embed" ] }