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>
36 lines
649 B
JSON
36 lines
649 B
JSON
{
|
|
"name": "postgres-array",
|
|
"main": "index.js",
|
|
"version": "2.0.0",
|
|
"description": "Parse postgres array columns",
|
|
"license": "MIT",
|
|
"repository": "bendrucker/postgres-array",
|
|
"author": {
|
|
"name": "Ben Drucker",
|
|
"email": "bvdrucker@gmail.com",
|
|
"url": "bendrucker.me"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"postgres",
|
|
"array",
|
|
"parser"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"standard": "^12.0.1",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"readme.md"
|
|
]
|
|
}
|