{ "name": "@nativine/mcp", "version": "1.0.5", "mcpName": "io.github.nativine/mcp", "description": "Nativine MCP Server — Convert websites to native mobile apps from your AI IDE", "main": "dist/index.js", "bin": { "nativine-mcp": "./dist/index.js" }, "scripts": { "build": "esbuild index.js --bundle --platform=node --target=node18 --minify --outfile=dist/index.js && javascript-obfuscator dist/index.js --output dist/index.js --target node --string-array true", "prepublishOnly": "npm run build", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "nativine", "web-to-app", "android", "ios", "apk", "aab", "mobile", "native-app", "ai", "cursor", "claude", "webview" ], "author": "Nativine (https://nativine.com)", "homepage": "https://nativine.com/mcp", "repository": { "type": "git", "url": "https://github.com/nativine/mcp" }, "bugs": { "url": "https://github.com/nativine/mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.7.0", "form-data": "^4.0.1" }, "devDependencies": { "esbuild": "^0.20.2", "javascript-obfuscator": "^5.5.0" }, "engines": { "node": ">=18.0.0" }, "license": "ISC", "publishConfig": { "access": "public" } }