cubemx2kicad/package.json
2024-07-25 07:24:28 +03:00

12 lines
313 B
JSON

{
"name": "cubemx2kicad",
"version": "1.0.0",
"description": "Export STM32 CubeMX pin assignments to matching symbols in a KiCad schematic",
"main": "cubemx2kicad.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Hamminga",
"license": "apache-2.0"
}