beautyfiglet/package.json

26 lines
624 B
JSON
Raw Permalink Normal View History

2018-03-05 00:21:25 +00:00
{
2023-07-10 00:41:02 +00:00
"name": "@push.rocks/beautyfiglet",
2018-03-05 00:26:30 +00:00
"version": "1.0.3",
2024-05-29 12:10:51 +00:00
"description": "A Node.js module for creating figlet text displays.",
2018-03-05 00:21:25 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
2024-05-29 12:10:51 +00:00
"devDependencies": {},
"dependencies": {},
"homepage": "https://code.foss.global/push.rocks/beautyfiglet",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/beautyfiglet.git"
2018-03-05 00:21:25 +00:00
},
2024-05-29 12:10:51 +00:00
"keywords": [
"figlet",
"text display",
"Node.js",
"npm module",
"typescript"
]
2023-07-10 00:41:02 +00:00
}