This commit is contained in:
2018-03-05 01:21:25 +01:00
commit e295f47133
13 changed files with 350 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "beautyfiglet",
"version": "1.0.1",
"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)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
}
}