create new nodejs project

This commit is contained in:
liamcottle
2024-03-12 12:33:28 +13:00
commit ac7c09bae2

11
package.json Normal file
View File

@ -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"
}