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>
20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"name": "regenerator-runtime",
|
|
"author": "Ben Newman <bn@cs.stanford.edu>",
|
|
"description": "Runtime for Regenerator-compiled generator and async functions.",
|
|
"version": "0.13.11",
|
|
"main": "runtime.js",
|
|
"keywords": [
|
|
"regenerator",
|
|
"runtime",
|
|
"generator",
|
|
"async"
|
|
],
|
|
"sideEffects": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/regenerator/tree/main/packages/runtime"
|
|
},
|
|
"license": "MIT"
|
|
}
|