
- 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.
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "markdown-it-anchor",
|
|
"version": "8.6.7",
|
|
"description": "Header anchors for markdown-it.",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown-it",
|
|
"markdown-it-plugin",
|
|
"header",
|
|
"anchor"
|
|
],
|
|
"license": "Unlicense",
|
|
"contributors": [
|
|
"Val (https://val.codejam.info/)",
|
|
"Nagao, Fabio Zendhi <nagaozen@gmail.com> (https://github.com/nagaozen/)"
|
|
],
|
|
"files": [
|
|
"README.md",
|
|
"UNLICENSE",
|
|
"dist/*",
|
|
"runkit.js",
|
|
"types/*"
|
|
],
|
|
"main": "dist/markdownItAnchor.js",
|
|
"module": "dist/markdownItAnchor.mjs",
|
|
"types": "./types/index.d.ts",
|
|
"repository": "valeriangalliat/markdown-it-anchor",
|
|
"scripts": {
|
|
"build": "microbundle --generateTypes false",
|
|
"dev": "microbundle watch",
|
|
"lint": "standard index.js test.js",
|
|
"prepare": "npm run build && npm test",
|
|
"test": "npm run lint && ava test.js"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^5.1.0",
|
|
"markdown-it": "*",
|
|
"markdown-it-attrs": "^3.0.1",
|
|
"microbundle": "^0.15.1",
|
|
"source-map-support": "^0.5.19",
|
|
"standard": "^14.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/markdown-it": "*",
|
|
"markdown-it": "*"
|
|
},
|
|
"source": "index.js",
|
|
"unpkg": "dist/markdownItAnchor.umd.js",
|
|
"mangle": {
|
|
"regex": "^_"
|
|
},
|
|
"runkitExampleFilename": "runkit.js"
|
|
}
|