2018-03-05 01:21:25 +01:00
|
|
|
{
|
2023-07-10 02:41:02 +02:00
|
|
|
"name": "@push.rocks/beautyfiglet",
|
2025-01-14 17:36:00 +01:00
|
|
|
"version": "1.0.7",
|
2025-01-14 17:37:45 +01:00
|
|
|
"description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.",
|
2025-01-14 17:34:16 +01:00
|
|
|
"exports": {
|
|
|
|
".": "./dist_ts/index.js"
|
|
|
|
},
|
|
|
|
"type": "module",
|
2018-03-05 01:21:25 +01:00
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"scripts": {
|
2025-01-14 17:34:16 +01:00
|
|
|
"test": "(tstest test/)",
|
2025-01-14 17:35:07 +01:00
|
|
|
"format": "(gitzone format)",
|
|
|
|
"build": "(tsbuild)"
|
2018-03-05 01:21:25 +01:00
|
|
|
},
|
2025-01-14 17:34:16 +01:00
|
|
|
"dependencies": {
|
|
|
|
"@types/figlet": "^1.7.0",
|
|
|
|
"figlet": "^1.8.0"
|
|
|
|
},
|
2024-05-29 14:10:51 +02:00
|
|
|
"homepage": "https://code.foss.global/push.rocks/beautyfiglet",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.foss.global/push.rocks/beautyfiglet.git"
|
2018-03-05 01:21:25 +01:00
|
|
|
},
|
2024-05-29 14:10:51 +02:00
|
|
|
"keywords": [
|
2025-01-14 17:37:45 +01:00
|
|
|
"ASCII art",
|
2024-05-29 14:10:51 +02:00
|
|
|
"figlet",
|
2025-01-14 17:37:45 +01:00
|
|
|
"text rendering",
|
|
|
|
"Node.js module",
|
|
|
|
"typescript",
|
|
|
|
"font customization",
|
|
|
|
"command-line interface",
|
|
|
|
"error handling",
|
|
|
|
"web integration",
|
|
|
|
"npm package"
|
2025-01-14 17:34:16 +01:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
|
|
"@git.zone/tsbundle": "^2.1.0",
|
|
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
|
|
"@git.zone/tstest": "^1.0.90",
|
|
|
|
"@push.rocks/tapbundle": "^5.5.4"
|
|
|
|
}
|
2025-01-14 17:37:45 +01:00
|
|
|
}
|