{
	"name": "unified-datalayer",
	"version": "1.1.0",
	"description": "A multi-framework utility package for managing XP Data Layer events",
	"module": "dist/index.js",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"require": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"build": "bun build ./src/index.ts --outdir ./dist --target browser --minify",
		"build:types": "tsc --emitDeclarationOnly",
		"test": "bun test",
		"prepare": "bun run build && bun run build:types",
		"dev": "bun --watch build ./src/index.ts --outdir ./dist --target browser"
	},
	"devDependencies": {
		"typescript": "^5.0.0",
		"bun-types": "latest"
	},
	"keywords": [
		"adobe",
		"data-layer",
		"analytics"
	],
	"author": {
		"name": "Jordan Robinson",
		"email": "hello.world@jordanrobo.xyz"
	},
	"license": "BSD-3-Clause"
}
