Marketplace móvil para negocios locales mexicanos. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React Web) - apps/mobile (Expo/React Native) - apps/mcp-server (Claude MCP Server) - apps/whatsapp-service (WhatsApp Business API) - database/ (PostgreSQL DDL) - docs/ (Documentación) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/debugger-shell",
|
|
"productName": "React Native DevTools",
|
|
"version": "0.83.1",
|
|
"description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/debugger-shell#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"node": "./dist/node/index.js",
|
|
"electron": "./dist/electron/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"dev": "electron src/electron"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/debugger-shell"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.6",
|
|
"fb-dotslash": "0.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "37.2.6",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"files": [
|
|
"!**/__tests__/**",
|
|
"bin",
|
|
"dist",
|
|
"!src/electron"
|
|
]
|
|
}
|