Subham9126 commited on
Commit
64c042a
·
verified ·
1 Parent(s): 931fb4a

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +8 -0
package.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "module",
3
+ "dependencies": {
4
+ "@modelcontextprotocol/sdk": "^1.0.0",
5
+ "playwright": "^1.50.0",
6
+ "express": "^4.18.0"
7
+ }
8
+ }