From bb4cac0edfb12d8dddc017b1c338bcba8886fb01 Mon Sep 17 00:00:00 2001 From: ShuishengPeng <63339353+ackPeng@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:46:22 +0800 Subject: [PATCH] add package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..ab9c50fb --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "framework-arduinorenesas-uno", + "version": "1.2.0", + "description": "Arduino Wiring-based Framework for Renesas MCUs (UNOR4 core)", + "keywords": [ + "framework", + "arduino", + "renesas", + "RA" + ], + "repository": { + "type": "git", + "url": "https://github.com/Seeed-Studio/ArduinoCore-renesas.git" + } +}