This commit is contained in:
erwanlr
2023-03-19 19:28:09 +01:00
parent 63094494d3
commit fb812554f3
112 changed files with 110709 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "happy-cart-wordpress-plugin",
"version": "1.0.0",
"description": "Happy Cart WordPress Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "rm -rf dist/happy-cart && rm -f dist/happy-cart.zip && zip -r dist/happy-cart.zip . -x 'dist/*' '.*' '__MACOSX'"
},
"author": "",
"license": "ISC"
}