
- Complete NestJS TypeScript implementation with WebSocket support - Direct messaging (DM) and group chat functionality - End-to-end encryption with AES encryption and key pairs - Media file support (images, videos, audio, documents) up to 100MB - Push notifications with Firebase Cloud Messaging integration - Mention alerts and real-time typing indicators - User authentication with JWT and Passport - SQLite database with TypeORM entities and relationships - Comprehensive API documentation with Swagger/OpenAPI - File upload handling with secure access control - Online/offline status tracking and presence management - Message editing, deletion, and reply functionality - Notification management with automatic cleanup - Health check endpoint for monitoring - CORS configuration for cross-origin requests - Environment-based configuration management - Structured for Flutter SDK integration Features implemented: ✅ Real-time messaging with Socket.IO ✅ User registration and authentication ✅ Direct messages and group chats ✅ Media file uploads and management ✅ End-to-end encryption ✅ Push notifications ✅ Mention alerts ✅ Typing indicators ✅ Message read receipts ✅ Online status tracking ✅ File access control ✅ Comprehensive API documentation Ready for Flutter SDK development and production deployment.
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "@babel/core",
|
|
"version": "7.27.4",
|
|
"description": "Babel compiler core.",
|
|
"main": "./lib/index.js",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-core"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-core",
|
|
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
},
|
|
"browser": {
|
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
|
"./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
|
"./lib/transform-file.js": "./lib/transform-file-browser.js",
|
|
"./src/config/files/index.ts": "./src/config/files/index-browser.ts",
|
|
"./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
|
|
"./src/transform-file.ts": "./src/transform-file-browser.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/generator": "^7.27.3",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helpers": "^7.27.4",
|
|
"@babel/parser": "^7.27.4",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/traverse": "^7.27.4",
|
|
"@babel/types": "^7.27.3",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-transform-fixture-test-runner": "^7.27.1",
|
|
"@babel/plugin-syntax-flow": "^7.27.1",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
"@babel/preset-env": "^7.27.2",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"@types/convert-source-map": "^2.0.0",
|
|
"@types/debug": "^4.1.0",
|
|
"@types/resolve": "^1.3.2",
|
|
"@types/semver": "^5.4.0",
|
|
"rimraf": "^3.0.0",
|
|
"ts-node": "^11.0.0-beta.1"
|
|
},
|
|
"type": "commonjs"
|
|
} |