firmware/package.json
isseysandei a84f19ca51 clang
2025-01-12 18:07:13 +01:00

28 lines
1.3 KiB
JSON

{
"name": "firmware",
"version": "1.0.0",
"description": "![GitHub release downloads](https://img.shields.io/github/downloads/meshtastic/firmware/total) [![CI](https://img.shields.io/github/actions/workflow/status/meshtastic/firmware/main_matrix.yml?branch=master&label=actions&logo=github&color=yellow)](https://github.com/meshtastic/firmware/actions/workflows/ci.yml) [![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/firmware)](https://cla-assistant.io/meshtastic/firmware) [![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/) [![Vercel](https://img.shields.io/static/v1?label=Powered%20by&message=Vercel&style=flat&logo=vercel&color=000000)](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"
}