This commit is contained in:
erwanlr
2022-07-15 20:54:56 +02:00
parent f9e6e75c0c
commit 196fbab5b1
57 changed files with 28251 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "koo-publisher",
"version": "1.0.0",
"description": "",
"main": "plugin-sidebar-update.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bombinatetech/wordpress_publisher.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bombinatetech/wordpress_publisher/issues"
},
"homepage": "https://github.com/bombinatetech/wordpress_publisher#readme",
"devDependencies": {
"@wordpress/scripts": "19.2.3"
}
}