Skip to content

Commit 457bb01

Browse files
committed
docs: add description/keywords to package.json
1 parent ac8ac47 commit 457bb01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
"author": "Uri Shaked <[email protected]>",
88
"repository": "https://github.com/wokwi/avr8js",
99
"license": "MIT",
10+
"description": "Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js",
11+
"keywords": [
12+
"Arduino",
13+
"Arduino Uno",
14+
"AVR",
15+
"8 bit",
16+
"MCU",
17+
"simulation",
18+
"simulator",
19+
"ATmega",
20+
"ATmega328p",
21+
"microcontroller"
22+
],
1023
"scripts": {
1124
"build": "rimraf dist && tsc --sourceMap false && tsc -m commonjs --outDir dist/cjs --sourceMap false",
1225
"build:demo": "parcel build demo/src/index.html -d demo/dist",

0 commit comments

Comments
 (0)