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", "name": "garlic-vue",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "garlic.js", "main": "garlic.js",
"scripts": { "type": "module",
"test": "echo \"Error: no test specified\" && exit 1" "scripts": {
}, "test": "echo \"Error: no test specified\" && exit 1"
"keywords": [], },
"author": "", "keywords": [],
"license": "ISC" "author": "",
"license": "ISC"
} }