commit 897eeecb248f0f2528295057b1997597dee9f779 Author: liamcottle Date: Tue Feb 11 02:30:26 2025 +1300 create new project diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..469f091 --- /dev/null +++ b/package-lock.json @@ -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" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..9d92b50 --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT" +}