| 1 | { |
| 2 | "name": "react-mcp-server", |
| 3 | "version": "0.0.0", |
| 4 | "description": "React MCP Server (experimental)", |
| 5 | "bin": { |
| 6 | "react-mcp-server": "./dist/index.js" |
| 7 | }, |
| 8 | "scripts": { |
| 9 | "build": "rimraf dist && tsup", |
| 10 | "test": "echo 'no tests'", |
| 11 | "dev": "concurrently --kill-others -n build,inspect \"yarn run watch\" \"wait-on dist/index.js && yarn run inspect\"", |
| 12 | "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", |
| 13 | "watch": "yarn build --watch" |
| 14 | }, |
| 15 | "dependencies": { |
| 16 | "@babel/core": "^7.26.0", |
| 17 | "@babel/parser": "^7.26", |
| 18 | "@babel/preset-env": "^7.26.9", |
| 19 | "@babel/preset-react": "^7.18.6", |
| 20 | "@babel/preset-typescript": "^7.27.1", |
| 21 | "@modelcontextprotocol/sdk": "^1.9.0", |
| 22 | "algoliasearch": "^5.23.3", |
| 23 | "cheerio": "^1.0.0", |
| 24 | "html-to-text": "^9.0.5", |
| 25 | "prettier": "^3.3.3", |
| 26 | "puppeteer": "^24.7.2", |
| 27 | "zod": "^3.25.0 || ^4.0.0" |
| 28 | }, |
| 29 | "devDependencies": { |
| 30 | "@types/html-to-text": "^9.0.4", |
| 31 | "@types/jest": "^29.5.14", |
| 32 | "jest": "^29.7.0", |
| 33 | "ts-jest": "^29.3.2" |
| 34 | }, |
| 35 | "license": "MIT", |
| 36 | "repository": { |
| 37 | "type": "git", |
| 38 | "url": "git+https://github.com/react/react.git", |
| 39 | "directory": "compiler/packages/react-mcp-server" |
| 40 | } |
| 41 | } |