fix(metadata): Update project metadata and readme for new scope and descriptions
This commit is contained in:
22
package.json
22
package.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@mojoio/medium",
|
||||
"name": "@apiclient.xyz/medium",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "an unofficial medium.com API package",
|
||||
"description": "An unofficial Medium.com API package that enables interaction with Medium's features using Node.js.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -39,5 +39,21 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"Medium",
|
||||
"API",
|
||||
"Medium API",
|
||||
"unofficial",
|
||||
"Node.js",
|
||||
"TypeScript",
|
||||
"publications",
|
||||
"posts",
|
||||
"account management",
|
||||
"automation",
|
||||
"JavaScript",
|
||||
"blogging",
|
||||
"content creation",
|
||||
"web development"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user