From ac7c09bae2d8b7a94286aa389bf2dbba1529e7ee Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 12 Mar 2024 12:33:28 +1300 Subject: [PATCH] create new nodejs project --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json 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" +}