18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "github-tracker",
|
|
"version": "0.1.0",
|
|
"description": "Flip-clock tracker of time elapsed since a GitHub support ticket",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"astro": "^7.2.4"
|
|
}
|
|
}
|