Initial import of zappier-accounting-export from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 15:18:07 -04:00
commit c7d16539e6
4 changed files with 94 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "zappier-accounting-export",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Export zappier invoices to QuickBooks IIF and accounting CSV",
"scripts": {
"start": "node src/server.js",
"test": "node --test test/*.test.js"
}
}