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>
37 lines
923 B
JSON
37 lines
923 B
JSON
{
|
|
"name": "@microsoft/tsdoc",
|
|
"version": "0.15.1",
|
|
"description": "A parser for the TypeScript doc comment syntax",
|
|
"keywords": [
|
|
"TypeScript",
|
|
"documentation",
|
|
"doc",
|
|
"comments",
|
|
"JSDoc",
|
|
"parser",
|
|
"standard"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/tsdoc",
|
|
"directory": "tsdoc"
|
|
},
|
|
"homepage": "https://tsdoc.org/",
|
|
"main": "lib-commonjs/index.js",
|
|
"module": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rushstack/heft-web-rig": "~0.24.11",
|
|
"@rushstack/heft": "^0.66.13",
|
|
"@types/heft-jest": "1.0.3",
|
|
"eslint": "~8.57.0",
|
|
"eslint-plugin-header": "~3.1.1"
|
|
},
|
|
"scripts": {
|
|
"build": "heft test --clean",
|
|
"watch": "heft test --clean --watch",
|
|
"_phase:build": "heft run --only build -- --clean",
|
|
"_phase:test": "heft run --only test -- --clean"
|
|
}
|
|
} |