mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-09 12:49:40 +00:00
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"name": "firmware",
|
|
"version": "1.0.0",
|
|
"description": " [](https://github.com/meshtastic/firmware/actions/workflows/ci.yml) [](https://cla-assistant.io/meshtastic/firmware) [](https://opencollective.com/meshtastic/) [](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"trunk": "trunk",
|
|
"lint": "trunk check",
|
|
"fmt": "trunk fmt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isseysandei/firmware.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/isseysandei/firmware/issues"
|
|
},
|
|
"homepage": "https://github.com/isseysandei/firmware#readme"
|
|
|
|
}
|