Files
grist/invoice/package.json

14 lines
443 B
JSON

{
"name": "@gristlabs/widget-invoices",
"description": "A template for showing an invoice in a Custom Widget in Grist.",
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Invoices",
"url": "https://gristlabs.github.io/grist-widget/invoices",
"widgetId": "@gristlabs/widget-invoices",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
}
}