{
	"name": "emoji-regex",
	"version": "11.0.0",
	"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
	"homepage": "https://mths.be/emoji-regex",
	"main": "index.mjs",
	"types": "index.d.ts",
	"keywords": [
		"unicode",
		"regex",
		"regexp",
		"regular expressions",
		"code points",
		"symbols",
		"characters",
		"emoji"
	],
	"license": "MIT",
	"author": {
		"name": "Mathias Bynens",
		"url": "https://mathiasbynens.be/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mathiasbynens/emoji-regex.git"
	},
	"bugs": "https://github.com/mathiasbynens/emoji-regex/issues",
	"files": [
		"LICENSE-MIT.txt",
		"index.d.ts",
		"index.mjs"
	],
	"scripts": {
		"build": "node script/build.mjs",
		"test": "node --test test/tests.mjs",
		"test:watch": "npm run test -- --watch",
		"format": "prettier . --write"
	},
	"devDependencies": {
		"@unicode/unicode-18.0.0": "^2.0.7",
		"emoji-test-regex-pattern": "^2.6.0",
		"prettier": "^3.9.6"
	}
}
