From d4ccb7a5c821c390b41ab065c61bce7244f2e8f0 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Mon, 13 Sep 2021 16:01:14 -0400 Subject: [PATCH] Add company and project info to package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 6ad4d09..92e1509 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,13 @@ { "private": true, + "name": "lucid-creations-media-website", + "homepage": "https://github.com/LucidCreationsMedia/LucidCreationsWebsite", + "version": "0.1.0", + "author": { + "name": "Lucid Creations Media", + "url": "https://lucidcreations.media", + "email": "social@lucidcreations.media" + }, "scripts": { "dev": "next", "build": "next build",