create new project

This commit is contained in:
liamcottle 2025-02-11 02:30:26 +13:00
commit 897eeecb24
2 changed files with 24 additions and 0 deletions

13
package-lock.json generated Normal file
View file

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

11
package.json Normal file
View file

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