fix(documentation): Update README to reflect recent changes
This commit is contained in:
17
package.json
17
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/beautyfiglet",
|
||||
"version": "1.0.7",
|
||||
"description": "A Node.js module for creating figlet text displays.",
|
||||
"description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.",
|
||||
"exports": {
|
||||
".": "./dist_ts/index.js"
|
||||
},
|
||||
@@ -22,11 +22,16 @@
|
||||
"url": "https://code.foss.global/push.rocks/beautyfiglet.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ASCII art",
|
||||
"figlet",
|
||||
"text display",
|
||||
"Node.js",
|
||||
"npm module",
|
||||
"typescript"
|
||||
"text rendering",
|
||||
"Node.js module",
|
||||
"typescript",
|
||||
"font customization",
|
||||
"command-line interface",
|
||||
"error handling",
|
||||
"web integration",
|
||||
"npm package"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.2.0",
|
||||
@@ -35,4 +40,4 @@
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/tapbundle": "^5.5.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user