You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ascii-image-converter/package.json

14 lines
218 B

{
"name": "ascii-image-converter",
"version": "1.0.0",
"author": "",
"description": "",
"main": "img2a",
"bin": {
"img2a": "./img2a"
},
"scripts": {
"start": "./img2a"
},
"license": "ISC"
}