Want to contribute? Fork me on Codeberg.org!
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
641 B

{
"name": "image-api",
"version": "0.1.0",
"description": "An API for fetching images of a query, sourced from Microsoft Bing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.elnu.com/ElnuDev/image-api.git"
},
"author": "ElnuDev",
"license": "GPL-3.0",
"bugs": {
"url": "https://git.elnu.com/ElnuDev/image-api/issues"
},
"homepage": "https://git.elnu.com/ElnuDev/image-api",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"jsdom": "^20.0.0",
"node-fetch": "^2.6.7"
}
}