timesite/package.json
2025-07-14 18:43:59 -07:00

8 lines
160 B
JSON

{
"name": "timesite-frontend",
"version": "1.0.0",
"description": "Time display frontend",
"scripts": {
"serve": "python3 -m http.server 8080"
}
}