meshcore.js/package.json

24 lines
498 B
JSON
Raw Normal View History

2025-02-11 02:30:26 +13:00
{
"name": "@liamcottle/meshcore.js",
2026-02-11 01:09:45 +13:00
"version": "1.11.0",
2025-02-11 02:30:26 +13:00
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
2025-02-11 02:30:26 +13:00
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
2025-02-11 02:30:26 +13:00
},
"files": ["dist"],
2025-02-11 02:30:26 +13:00
"author": "Liam Cottle <liam@liamcottle.com>",
2025-03-03 09:46:03 +13:00
"license": "MIT",
"dependencies": {
2025-04-08 12:14:04 +12:00
"@noble/curves": "^1.8.1",
"serialport": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
2025-03-03 09:46:03 +13:00
}
2025-02-11 02:30:26 +13:00
}