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>
41 lines
995 B
JSON
41 lines
995 B
JSON
{
|
|
"name": "fb-dotslash",
|
|
"version": "0.5.8",
|
|
"bin": {
|
|
"dotslash": "bin/dotslash"
|
|
},
|
|
"description": "Command-line tool to facilitate fetching an executable, caching it, and then running it.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/dotslash.git"
|
|
},
|
|
"homepage": "https://dotslash-cli.com/",
|
|
"bugs": "https://github.com/facebook/dotslash/issues",
|
|
"contributors": [
|
|
"Michael Bolin <bolinfest@gmail.com>",
|
|
"Andres Suarez <zertosh@gmail.com>",
|
|
"Moti Zilberman <motiz88@gmail.com>"
|
|
],
|
|
"main": "index.js",
|
|
"files": [
|
|
"bin",
|
|
"platforms.js",
|
|
"index.js",
|
|
"index.js.flow",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"clean": "node scripts/clean-package",
|
|
"build": "npm run fix && node scripts/build-package",
|
|
"fix": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.6.2"
|
|
}
|
|
}
|