Skip to content

Commit f3100bb

Browse files
committed
chore: add info
1 parent 316c686 commit f3100bb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
{
22
"name": "chrome-inspector-mcp",
33
"version": "0.0.0",
4-
"license": "MIT",
54
"description": "MCP server for Chrome DevTools CSS inspection",
5+
"license": "MIT",
6+
"files": [
7+
"dist/",
8+
"README.md",
9+
"LICENSE"
10+
],
11+
"repository": {
12+
"type": "git",
13+
"url": "[email protected]:devtoolcss/chrome-inspector-mcp.git"
14+
},
15+
"homepage": "https://github.com/devtoolcss/chrome-inspector-mcp#readme",
16+
"keywords": [
17+
"chrome",
18+
"debugging",
19+
"devtools",
20+
"mcp",
21+
"mcp-server"
22+
],
623
"type": "module",
724
"bin": {
825
"chrome-inspector-mcp": "./dist/index.js"

0 commit comments

Comments
 (0)