beautyfiglet/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2018-03-05 01:21:25 +01:00
{
2023-07-10 02:41:02 +02:00
"name": "@push.rocks/beautyfiglet",
2025-01-14 17:52:40 +01:00
"version": "1.0.10",
"description": "A Node.js module for creating customizable ASCII art using figlet with options for different 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/)",
"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": [
"ASCII art",
2024-05-29 14:10:51 +02:00
"figlet",
"text rendering",
"font customization",
"Node.js module",
"typescript",
"command-line interface",
"error handling",
"web integration",
"npm package",
"testing",
"synchronous rendering"
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:42:37 +01:00
}