Files
github-support-sla-monitor/package.json
T
2026-09-07 01:59:04 +05:00

18 lines
374 B
JSON

{
"name": "github-support-sla-monitor",
"version": "0.1.0",
"description": "GitHub support ticket sla monitor dashboard and flip-clock timer",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"astro": "^7.2.4"
}
}