From 457bb011c9a2bbb80423c110f8686601e213668b Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 31 Jan 2021 22:47:07 +0200 Subject: docs: add description/keywords to package.json --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 899368f..0512814 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,19 @@ "author": "Uri Shaked ", "repository": "https://github.com/wokwi/avr8js", "license": "MIT", + "description": "Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js", + "keywords": [ + "Arduino", + "Arduino Uno", + "AVR", + "8 bit", + "MCU", + "simulation", + "simulator", + "ATmega", + "ATmega328p", + "microcontroller" + ], "scripts": { "build": "rimraf dist && tsc --sourceMap false && tsc -m commonjs --outDir dist/cjs --sourceMap false", "build:demo": "parcel build demo/src/index.html -d demo/dist", -- cgit v1.2.3