meshcore.js/package.json

13 lines
273 B
JSON
Raw Normal View History

2025-02-11 02:30:26 +13:00
{
"name": "@liamcottle/meshcore.js",
"version": "0.0.1",
"description": "",
"main": "device.js",
"type": "module",
2025-02-11 02:30:26 +13:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Liam Cottle <liam@liamcottle.com>",
"license": "MIT"
}