Update package.json

This commit is contained in:
Skylar Ittner 2025-06-29 01:26:11 -06:00
parent 51f7269e69
commit 899e06d7af

View File

@ -1,11 +1,12 @@
{ {
"name": "postalpoint_square_plugin", "name": "postalpoint_square_plugin",
"version": "1.0.0", "version": "1.0.0",
"main": "plugin.js", "main": "plugin.js",
"scripts": { "author": "PostalPortal LLC",
"test": "echo \"Error: no test specified\" && exit 1" "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.",
"author": "", "postalpoint": {
"license": "BSD-3-Clause", "pluginname": "Square Terminal",
"description": "" "minVersion": "000034"
}
} }