This commit is contained in:
2023-03-02 23:09:07 +01:00
parent 7923212cb8
commit 35c7459cb0

View File

@@ -1,12 +1,13 @@
{
"name": "garlic-vue",
"version": "1.0.0",
"description": "",
"main": "garlic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"name": "garlic-vue",
"version": "1.0.0",
"description": "",
"main": "garlic.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}