From cc6ded253251483ce6aaaa6cb01ca847c75907cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C6=B0=C6=A1ng=20=C4=90=E1=BB=97?= Date: Tue, 30 Jan 2024 16:54:00 +0700 Subject: [PATCH] update package.json --- package.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ce6e759..9b8c939 100644 --- a/package.json +++ b/package.json @@ -31,16 +31,9 @@ "react-router-dom": "^5.3.4", "styled-components": "^5.3.6" }, - "author": { - "name": "Scaleflex", - "email": "register@scaleflex.com", - "url": "https://www.scaleflex.com" - }, + "author": "Scaleflex (https://www.scaleflex.com)", "maintainers": [ - { - "name": "Scaleflex", - "email": "plugins@scaleflex.com" - } + "Scaleflex " ], "engines": { "node": ">=18.0.0 <=20.x.x", @@ -51,5 +44,17 @@ "scaleflex", "filerobot", "strapi" - ] + ], + "main": "strapi-admin.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/scaleflex/strapi-plugin-filerobot.git" + }, + "bugs": { + "url": "https://github.com/scaleflex/strapi-plugin-filerobot/issues" + }, + "homepage": "https://github.com/scaleflex/strapi-plugin-filerobot#readme" }