This commit is contained in:
2024-06-17 17:26:27 +02:00
parent c219cb271c
commit fb54160740
8 changed files with 227 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "beppe.online",
"version": "1.0.0",
"description": "neocities site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"qr-scanner": "^1.4.2"
}
}