Create package.json

This commit is contained in:
RajathBatapati 2025-02-16 16:56:50 +05:30 committed by GitHub
parent 9d77b66f25
commit 83fdaf4270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "stm32cubewl",
"version": "1.3.1",
"description": "Arduino Wiring-based Framework for Microchip tinyAVR 0-series and 1-series chips (megaTinyCore)",
"keywords": [
"framework",
"ststm32",
"stm32cube",
"STM32WLE5CCU6"
],
"repository": {
"type": "git",
"url": "https://github.com/RajathBatapati/STM32CubeWLRJ.git"
}
}