lunni-api
Version:
A simple api wrapper for the lunni api (https://lunni.xyz/api)!
22 lines (21 loc) • 427 B
JSON
{
"name": "lunni-api",
"version": "1.2.0",
"description": "A simple api wrapper for the lunni api (https://lunni.xyz/api)!",
"main": "src/run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"image",
"image-generation",
"image-api",
"anime-images"
],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
}
}