diff --git a/package.json b/package.json index 213809e401..003c2e058e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,18 @@ "version": "0.4.7", "description": "Node, React and MongoDB Headless CMS and Application Framework", "license": "SEE LICENSE IN license.md", - "author": "payloadjs", + "author": { + "email": "info@payloadcms.com", + "name": "Payload CMS", + "url": "https://payloadcms.com" + }, + "maintainers": [ + { + "name": "Payload CMS", + "email": "info@payloadcms.com", + "url": "https://payloadcms.com" + } + ], "main": "./dist/index.js", "typings": "./dist/index.d.ts", "sideEffects": false,