Skip to content

Commit 1e6e395

Browse files
update package.json
1 parent f5a4e40 commit 1e6e395

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/
33
*log
44
tests.md
55
*.apk
6-
*.ipa
6+
*.ipa
7+
.npmrc

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "browserstack-mcp-server",
2+
"name": "@browserstack/mcp-server",
33
"version": "1.0.0",
44
"description": "BrowserStack's Official MCP Server",
55
"main": "dist/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/browserstack/mcp-server.git"
9+
},
610
"scripts": {
711
"build": "npm run lint && npm run format && npm test && tsc",
812
"start": "node dist/index.js",
@@ -17,7 +21,15 @@
1721
"files": [
1822
"dist"
1923
],
20-
"keywords": [],
24+
"keywords": [
25+
"mcp",
26+
"browserstack",
27+
"testing",
28+
"automation"
29+
],
30+
"engines": {
31+
"node": ">=18"
32+
},
2133
"author": "",
2234
"license": "ISC",
2335
"dependencies": {

0 commit comments

Comments
 (0)