Files
Elite-Gaming-FiveM/autofetch-script/package.json
T
Jacob 509d7d60e0 feat: auto fetching for future commits
+ Introduced a new auto fetch script that will automatically fetch and pull any commits pushed to GitHub.
+ Ensures token matches from the webhook.
+ Configurable via .env where necessary.
2024-11-22 21:29:54 +00:00

8 lines
106 B
JSON

{
"dependencies": {
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^4.21.1"
}
}