fix(documentation): Updated package description and keywords

This commit is contained in:
2024-12-27 01:34:02 +01:00
parent 27af4bc41f
commit 50a6b99b9b
5 changed files with 192 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@social.io/interfaces",
"version": "1.2.0",
"private": false,
"description": "an interface package for social.io",
"description": "A TypeScript-based package providing standardized interfaces for data exchange and operations within the social.io application ecosystem.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -46,5 +46,19 @@
"bugs": {
"url": "https://gitlab.com/social.io/private/interfaces/issues"
},
"homepage": "https://gitlab.com/social.io/private/interfaces#readme"
}
"homepage": "https://gitlab.com/social.io/private/interfaces#readme",
"keywords": [
"TypeScript",
"interfaces",
"social media",
"data exchange",
"session management",
"profile management",
"conversations",
"node.js",
"typed requests",
"standardization",
"module",
"npm package"
]
}