{
	"name": "@c15t/translations",
	"version": "2.1.0",
	"description": "Type-safe i18n translations for c15t consent UI — cookie banner, consent dialog, preference center.",
	"keywords": [
		"c15t",
		"i18n",
		"translations",
		"localization",
		"consent",
		"privacy",
		"gdpr",
		"ccpa",
		"cmp",
		"cookie-banner",
		"typescript"
	],
	"homepage": "https://c15t.com/docs/frameworks/react/hooks/use-translations",
	"bugs": {
		"url": "https://github.com/c15t/c15t/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/c15t/c15t.git",
		"directory": "packages/translations"
	},
	"license": "Apache-2.0",
	"sideEffects": false,
	"type": "module",
	"exports": {
		".": {
			"types": "./dist-types/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./all": {
			"types": "./dist-types/all.d.ts",
			"import": "./dist/all.js",
			"require": "./dist/all.cjs"
		},
		"./en": {
			"types": "./dist-types/translations/en.d.ts",
			"import": "./dist/translations/en.js",
			"require": "./dist/translations/en.cjs"
		}
	},
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"types": "./dist-types/index.d.ts",
	"files": [
		"dist",
		"dist-types"
	],
	"scripts": {
		"build": "rslib build && bun ../../scripts/normalize-dist-types.mjs",
		"check-types": "tsc --noEmit",
		"dev": "sh -c '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",
		"generate:i18n": "lingo.dev i18n",
		"lint": "bun biome lint ./src",
		"test": "vitest run",
		"test:watch": "vitest"
	},
	"browserslist": [
		">0.2%",
		"not dead",
		"not op_mini all"
	],
	"devDependencies": {
		"@c15t/typescript-config": "0.0.1",
		"@c15t/vitest-config": "1.0.0",
		"lingo.dev": "^0.133.7"
	},
	"publishConfig": {
		"access": "public"
	}
}
