beautyfiglet/package.json
2024-05-29 14:10:51 +02:00

26 lines
624 B
JSON

{
"name": "@push.rocks/beautyfiglet",
"version": "1.0.3",
"description": "A Node.js module for creating figlet text displays.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {},
"dependencies": {},
"homepage": "https://code.foss.global/push.rocks/beautyfiglet",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/beautyfiglet.git"
},
"keywords": [
"figlet",
"text display",
"Node.js",
"npm module",
"typescript"
]
}