fix(npm): Updated package description and added more keywords for better visibility
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/beautyfiglet",
|
||||
"version": "1.0.8",
|
||||
"description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.",
|
||||
"description": "A Node.js module for creating customizable ASCII art using figlet with options for different fonts and layouts.",
|
||||
"exports": {
|
||||
".": "./dist_ts/index.js"
|
||||
},
|
||||
@@ -25,13 +25,15 @@
|
||||
"ASCII art",
|
||||
"figlet",
|
||||
"text rendering",
|
||||
"font customization",
|
||||
"Node.js module",
|
||||
"typescript",
|
||||
"font customization",
|
||||
"command-line interface",
|
||||
"error handling",
|
||||
"web integration",
|
||||
"npm package"
|
||||
"npm package",
|
||||
"testing",
|
||||
"synchronous rendering"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.2.0",
|
||||
@@ -40,4 +42,4 @@
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/tapbundle": "^5.5.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user