Skip to content

Commit d503a2d

Browse files
chore: Add package infos
1 parent 6728dac commit d503a2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
"name": "stimulus-devtools",
33
"displayName": "Stimulus DevTools",
44
"description": "A developer tool for inspecting and debugging Stimulus applications.",
5+
"keywords": ["stimulus", "devtools", "stimulusjs", "chrome extension"],
6+
"author": {
7+
"name": "Robin Simonklein",
8+
"email": "[email protected]",
9+
"url": "robinsimonklein.com"
10+
},
11+
"license": "MIT",
12+
"homepage": "https://github.com/robinsimonklein/stimulus-devtools",
13+
"bugs": {
14+
"url": "https://github.com/robinsimonklein/stimulus-devtools/issues"
15+
},
516
"private": true,
617
"version": "0.3.2",
718
"type": "module",

0 commit comments

Comments
 (0)