{
	"name": "wp-discourse-comments",
	"version": "1.0.0",
	"description": "WP Discourse Comments",
	"main": "build/index.js",
	"scripts": {
		"dev": "nodemon --watch src --exec 'wp-scripts start'",
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start"
	},
	"author": "Discourse",
	"license": "GPL",
	"devDependencies": {
		"@wordpress/scripts": "^30.16.0",
		"nodemon": "3.1.10"
	},
	"dependencies": {
		"date-fns": "^4.1.0",
		"html-react-parser": "^5.2.5",
		"react-inlinesvg": "^4.2.0"
	}
}
