{
	"name": "discourse-sidebar",
	"version": "1.0.0",
	"description": "Adds a Discourse Sidebar to the Block Editor",
	"main": "build/index.js",
	"scripts": {
		"dev": "nodemon --watch src --exec 'wp-scripts start'",
		"build": "wp-scripts build",
		"format:css": "wp-scripts lint-style --fix",
		"format:js": "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"
	}
}
