UNPKG

c15t

Version:

<div align="center"> <img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" /> <h1>c15t</h1> <p>Transform privacy consent from a compliance checkbox into a fully observable system</p>

24 lines (23 loc) 477 B
{ "$schema": "https://unpkg.com/knip@latest/schema.json", "entry": ["./src/index.ts"], "ignoreBinaries": ["biome", "rslib", "tsc", "vitest"], "ignore": [ "**/*.spec.{js,ts}", "**/*.test.{js,ts}", "rslib.config.ts", "vitest.config.ts" ], "ignoreDependencies": [ "@c15t/typescript-config", "@c15t/backend", "happy-dom" ], "rules": { "exports": "warn", "types": "warn", "dependencies": "error", "files": "warn" }, "ignoreExportsUsedInFile": true }