Files
tiny-webhook/package.json
Cauê Faleiros 3234ab6160
All checks were successful
Build and Deploy / build-and-push (push) Successful in 59s
feat: sync Tiny orders directly to Graphs
2026-06-22 15:49:22 -03:00

29 lines
638 B
JSON

{
"name": "api-tiny-n8n",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"backfill:graphs": "tsx src/scripts/backfill-graphs.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.14.0",
"dotenv": "^17.4.1",
"express": "^5.2.1"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.5.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}