michangarrito/apps/backend/node_modules/nullthrows/package.json
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
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>
2026-01-07 04:41:02 -06:00

39 lines
778 B
JSON

{
"name": "nullthrows",
"version": "1.1.1",
"description": "flow typed nullthrows",
"keywords": [
"assert",
"flow",
"invariant",
"nullthrows"
],
"license": "MIT",
"author": "Andres Suarez <zertosh@gmail.com>",
"files": [
"nullthrows.d.ts",
"nullthrows.js",
"nullthrows.js.flow"
],
"main": "nullthrows.js",
"types": "nullthrows.d.ts",
"repository": "https://github.com/zertosh/nullthrows",
"scripts": {
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"flow-bin": "0.87.0",
"jest": "^23.5.0",
"typescript": "3.0.3"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/__fixtures__/"
],
"watchman": false
}
}