{
	"name": "@c15t/node-sdk",
	"version": "2.1.0",
	"description": "Official Node.js SDK for c15t. Connects to the Consent Engine to read and write consent records and preferences. TypeScript-first, simple APIs, built-in auth and retries.",
	"keywords": [
		"c15t",
		"node",
		"nodejs",
		"sdk",
		"consent",
		"consent-api",
		"consent-management",
		"privacy",
		"gdpr",
		"ccpa",
		"lgpd",
		"cmp",
		"typescript",
		"server-side"
	],
	"homepage": "https://c15t.com",
	"bugs": {
		"url": "https://github.com/c15t/c15t/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/c15t/c15t.git",
		"directory": "packages/node-sdk"
	},
	"license": "Apache-2.0",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist-types/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./testing": {
			"types": "./dist-types/testing.d.ts",
			"import": "./dist/testing.js",
			"require": "./dist/testing.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",
		"check-types:test": "tsc -p tsconfig.test.json",
		"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",
		"lint": "bun biome lint ./src",
		"test": "vitest run",
		"test:watch": "vitest"
	},
	"dependencies": {
		"@c15t/backend": "2.1.0",
		"@orpc/client": "1.13.13",
		"@orpc/contract": "1.13.13",
		"@orpc/openapi-client": "^1.13.13",
		"@orpc/server": "1.13.13"
	},
	"devDependencies": {
		"@c15t/typescript-config": "0.0.1",
		"@c15t/vitest-config": "1.0.0",
		"@electric-sql/pglite": "0.4.2",
		"@libsql/kysely-libsql": "^0.4.1",
		"@types/better-sqlite3": "^7.6.13",
		"@types/express": "^5.0.6",
		"@types/node": "25.5.0",
		"@types/pg": "8.20.0",
		"kysely-pglite": "^0.6.1",
		"msw": "^2.12.14",
		"typescript": "^6.0.2"
	}
}
