This commit is contained in:
erwanlr
2022-02-26 10:51:54 +01:00
parent 90b61d035e
commit 5feb6ffe34
67 changed files with 25233 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "mysearchplugin",
"version": "1.0.0",
"description": "this is search plugin",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"devFast": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@wordpress/scripts": "*"
}
}