fix(documentation): Updated package description and keywords
This commit is contained in:
20
package.json
20
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user