This commit is contained in:
2023-03-01 10:57:27 +01:00
parent f464a1671d
commit 4481c7b116
2 changed files with 44 additions and 0 deletions

13
src/package.json Normal file
View File

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