From 53f5a2a16c68d72d48641d3649335bd5f9a93416 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 17 Aug 2022 20:40:54 -0700 Subject: [PATCH] npm init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3aacd8a --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "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://github.com/ElnuDev/image-api.git" + }, + "author": "ElnuDev", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/ElnuDev/image-api/issues" + }, + "homepage": "https://github.com/ElnuDev/image-api#readme" +}