beautyfiglet/package.json

17 lines
346 B
JSON
Raw 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",
2018-03-05 00:21:25 +00:00
"description": "figlet display in nodejs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
2018-03-05 00:21:29 +00:00
"devDependencies": {
2023-07-10 08:00:09 +00:00
2018-03-05 00:21:25 +00:00
},
2018-03-05 00:21:29 +00:00
"dependencies": {}
2023-07-10 00:41:02 +00:00
}