create new project

This commit is contained in:
liamcottle
2025-02-11 02:10:20 +13:00
commit fd680c2aeb
2 changed files with 24 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "meshcore-web",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meshcore-web",
"version": "0.0.1",
"license": "MIT"
}
}
}

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "meshcore-web",
"version": "0.0.1",
"description": "A web based MeshCore client developed by Liam Cottle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Liam Cottle <liam@liamcottle.com>",
"license": "MIT"
}