{
	"name": "cookies-ds",
	"version": "1.4.1",
	"type": "module",
	"main": "dist/main.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/ferdodo/cookies-ds"
	},
	"keywords": [
		"design system",
		"web component"
	],
	"author": "Thomas Riffard",
	"license": "MIT",
	"scripts": {
		"build": "zx ./scripts/build.mjs",
		"start": "nodemon -e ts,html,js,otf,ttf --exec 'make || exit 1'"
	},
	"dependencies": {
		"async-mutex": "^0.4.0",
		"rxjs": "^7.8.1"
	}
}
