Add company and project info to package.json

This commit is contained in:
2021-09-13 16:01:14 -04:00
parent 65809b3f16
commit d4ccb7a5c8

View File

@@ -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",