From 899e06d7af1231b62e47fafcba33f9e36da6dce7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 29 Jun 2025 01:26:11 -0600 Subject: [PATCH] Update package.json --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 523bc5a..925686f 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "postalpoint_square_plugin", - "version": "1.0.0", - "main": "plugin.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "BSD-3-Clause", - "description": "" + "name": "postalpoint_square_plugin", + "version": "1.0.0", + "main": "plugin.js", + "author": "PostalPortal LLC", + "license": "BSD-3-Clause", + "description": "Connect PostalPoint to your Square account and a Square Terminal smart card reader. This plugin supports in-person card payments and saving cards for later use when the customer isn't present, such as for mailbox renewals.", + "postalpoint": { + "pluginname": "Square Terminal", + "minVersion": "000034" + } }