meshtastic-map/package.json

17 lines
315 B
JSON
Raw Normal View History

2024-03-12 12:33:28 +13:00
{
"name": "meshtastic-map",
"version": "1.0.0",
"description": "",
2024-03-12 18:31:17 +13:00
"main": "src/index.js",
2024-03-12 12:33:28 +13:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2024-03-12 18:31:17 +13:00
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"express": "^4.18.3",
"node-cache": "^5.1.2"
}
2024-03-12 12:33:28 +13:00
}