commit ac7c09bae2d8b7a94286aa389bf2dbba1529e7ee Author: liamcottle Date: Tue Mar 12 12:33:28 2024 +1300 create new nodejs project diff --git a/package.json b/package.json new file mode 100644 index 0000000..4f0c0a5 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "meshtastic-map", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}