{
	"name": "smartlook-client",
	"version": "10.0.0",
	"description": "Official Smartlook client for easy frontend integration.",
	"main": "./dist/esm/index.mjs",
	"types": "./dist/esm/index.d.ts",
	"files": [
		"dist/**"
	],
	"exports": {
		"import": "./dist/esm/index.mjs",
		"require": "./dist/cjs/index.cjs",
		"types": "./dist/esm/index.d.ts"
	},
	"scripts": {
		"build:cjs": "tsc -p tsconfig.cjs.json && mv dist/cjs/index.js dist/cjs/index.cjs",
		"build:esm": "tsc -p tsconfig.json && mv dist/esm/index.js dist/esm/index.mjs",
		"build": "yarn build:esm && yarn build:cjs"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/smartlook/smartlook-client.git"
	},
	"keywords": [
		"smartlook",
		"smartlook-client"
	],
	"author": {
		"name": "David Kadlec",
		"email": "david@smartlook.com"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/smartlook/smartlook-client/issues"
	},
	"homepage": "https://github.com/smartlook/smartlook-client#readme",
	"devDependencies": {
		"typescript": "4.6.2"
	}
}
