mirror of
https://gh.wpcy.net/https://github.com/discourse/wp-discourse.git
synced 2026-05-20 23:19:45 +08:00
* Update dependencies * Add wpdc_publish_featured_link filter * Bump version and add release notes
21 lines
566 B
JSON
Vendored
21 lines
566 B
JSON
Vendored
{
|
|
"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"
|
|
}
|
|
}
|