{
	"name": "c15t",
	"version": "2.1.0",
	"description": "Headless cookie banner, consent manager & preference center for JavaScript / TypeScript. GDPR, CCPA, LGPD and IAB TCF compliant.",
	"keywords": [
		"consent",
		"privacy",
		"gdpr",
		"ccpa",
		"lgpd",
		"tcf",
		"iab",
		"cmp",
		"consent-management",
		"consent-management-platform",
		"cookie-banner",
		"cookie-consent",
		"cookies",
		"consent-banner",
		"consent-manager",
		"preference-center",
		"headless",
		"javascript",
		"typescript",
		"ssr",
		"server-side-rendering",
		"tracking-consent",
		"eu-cookie-law"
	],
	"homepage": "https://c15t.com/docs/frameworks/javascript/quickstart",
	"bugs": {
		"url": "https://github.com/c15t/c15t/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/c15t/c15t.git",
		"directory": "packages/core"
	},
	"license": "Apache-2.0",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist-types/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "./dist-types/index.d.ts",
	"files": [
		"dist",
		"dist-types",
		"docs",
		"README.md",
		"CHANGELOG.md"
	],
	"scripts": {
		"prebuild": "genversion --esm --semi src/version.ts",
		"build": "bun prebuild && rslib build && bun ../../scripts/normalize-dist-types.mjs && bun ../../scripts/agent-docs/generate-package-docs.ts c15t",
		"build:agent-docs": "bun ../../scripts/agent-docs/generate-package-docs.ts c15t",
		"check-types": "bun prebuild && tsc --noEmit",
		"check-types:test": "tsc -p tsconfig.test.json",
		"dev": "sh -c 'bun prebuild && rslib build --no-dts --no-clean && rslib build --watch --no-dts --no-clean'",
		"fmt": "bun biome format --write . && bun biome check --formatter-enabled=false --linter-enabled=false --write",
		"lint": "bun biome lint ./src",
		"prepack": "bun ../../scripts/verify-package-artifacts.ts",
		"test": "bun prebuild && vitest run",
		"test:watch": "bun prebuild && vitest"
	},
	"browserslist": [
		">0.2%",
		"not dead",
		"not op_mini all"
	],
	"dependencies": {
		"@c15t/schema": "2.1.0",
		"@c15t/translations": "2.1.0",
		"zustand": "5.0.12"
	},
	"devDependencies": {
		"@c15t/typescript-config": "0.0.1",
		"@c15t/vitest-config": "1.0.0",
		"genversion": "3.2.0",
		"vitest-localstorage-mock": "0.1.2"
	},
	"publishConfig": {
		"access": "public"
	}
}
