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.
15 lines
218 B
15 lines
218 B
2 years ago
|
{
|
||
|
"name": "ascii-image-converter",
|
||
|
"version": "1.0.0",
|
||
|
"author": "",
|
||
|
"description": "",
|
||
|
"main": "img2a",
|
||
|
"bin": {
|
||
|
"img2a": "./img2a"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "./img2a"
|
||
|
},
|
||
|
"license": "ISC"
|
||
|
}
|