File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ node_modules/
3
3
* log
4
4
tests.md
5
5
* .apk
6
- * .ipa
6
+ * .ipa
7
+ .npmrc
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " browserstack- mcp-server" ,
2
+ "name" : " @ browserstack/ mcp-server" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " BrowserStack's Official MCP Server" ,
5
5
"main" : " dist/index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/browserstack/mcp-server.git"
9
+ },
6
10
"scripts" : {
7
11
"build" : " npm run lint && npm run format && npm test && tsc" ,
8
12
"start" : " node dist/index.js" ,
17
21
"files" : [
18
22
" dist"
19
23
],
20
- "keywords" : [],
24
+ "keywords" : [
25
+ " mcp" ,
26
+ " browserstack" ,
27
+ " testing" ,
28
+ " automation"
29
+ ],
30
+ "engines" : {
31
+ "node" : " >=18"
32
+ },
21
33
"author" : " " ,
22
34
"license" : " ISC" ,
23
35
"dependencies" : {
You can’t perform that action at this time.
0 commit comments