Files
macrodeck-thing/package.json
shironeko 160efe6906 new file: .gitignore
new file:   main.js
	new file:   package-lock.json
	new file:   package.json
2025-02-02 17:30:09 -03:00

16 lines
289 B
JSON

{
"name": "macrodeckreimp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"qrcode-terminal": "^0.12.0",
"ws": "^8.18.0"
}
}