mcp-nativewind

{ "name": "@tokenizin-com/mcp-server-nativewind", "version": "1.0.0", "description": "MCP server for transforming Tailwind components to NativeWind 4", "main": "build/index.js", "types": "build/index.d.ts", "type": "module", "bin": { "mcp-nativewind": "build/cli.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/cli.js", "clean": "rm -rf build", "prepublishOnly": "npm run clean && npm run build", "start": "node build/index.js", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "format": "prettier --write \"src/**/*.{ts,tsx}\"" }, "keywords": [ "mcp", "nativewind", "tailwind", "react-native", "transformation" ], "author": "Your Name", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "tree-sitter": "^0.20.6", "tree-sitter-typescript": "^0.20.3", "glob": "^10.3.10" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "jest": "^29.7.0", "@types/jest": "^29.5.12", "prettier": "^3.2.5", "typescript": "^5.3.3" }, "engines": { "node": ">=16" } }