Template base para proyectos SaaS multi-tenant. Estructura inicial: - apps/backend (NestJS API) - apps/frontend (React/Vite) - apps/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>
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"private": true,
|
|
"name": "libphonenumber-js/mobile/metadata",
|
|
"main": "./metadata.mobile.json",
|
|
"module": "./metadata.mobile.json.js",
|
|
"types": "./metadata.mobile.json.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./metadata.mobile.json.d.ts",
|
|
"import": "./metadata.mobile.json.js",
|
|
"require": "./metadata.mobile.json"
|
|
}
|
|
},
|
|
"sideEffects": false
|
|
}
|