{
	"name": "@svta/cml-cmcd",
	"version": "1.0.1",
	"description": "Common Media Client Data (CMCD) encoding and decoding",
	"license": "Apache-2.0",
	"type": "module",
	"homepage": "https://github.com/streaming-video-technology-alliance/common-media-library/tree/main/libs/cmcd",
	"authors": "Casey Occhialini <1508707+littlespex@users.noreply.github.com>",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/streaming-video-technology-alliance/common-media-library.git"
	},
	"bugs": {
		"url": "https://github.com/streaming-video-technology-alliance/common-media-library/issues"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org",
		"provenance": true,
		"scope": "svta"
	},
	"files": [
		"dist/**/*",
		"NOTICE"
	],
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"default": "./dist/index.js"
		}
	},
	"keywords": [
		"Common Media Library",
		"CML",
		"CMCD",
		"CTA-5004",
		"Common Media Client Data"
	],
	"scripts": {
		"build": "node ../../scripts/build.ts",
		"test": "node ../../scripts/test.ts"
	},
	"engines": {
		"node": ">=20"
	},
	"devEngines": {
		"runtime": {
			"name": "node",
			"version": ">=24",
			"onFail": "error"
		}
	},
	"peerDependencies": {
		"@svta/cml-cta": "1.0.1",
		"@svta/cml-structured-field-values": "1.0.1",
		"@svta/cml-utils": "1.0.1"
	}
}
