Skip to content

Commit

Permalink
docs: add description/keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 31, 2021
1 parent ac8ac47 commit 457bb01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
"author": "Uri Shaked <uri@urishaked.com>",
"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",
Expand Down

0 comments on commit 457bb01

Please sign in to comment.