-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "starmap",
"version": "1.0.0",
"description": "Every celestial event from 1900 to 2099, timed to the second - Swiss Ephemeris compute, NASA JPL HORIZONS cross-check, on-device topocentric recompute in WebAssembly.",
"homepage": "https://starmap.puddystudios.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/cubedivisiondev/starmap.git"
},
"bugs": {
"url": "https://github.com/cubedivisiondev/starmap/issues"
},
"license": "AGPL-3.0-or-later",
"author": "PUDDY Inc. <legal@puddystudios.com> (https://puddystudios.com)",
"keywords": [
"astronomy",
"ephemeris",
"swiss-ephemeris",
"nasa-horizons",
"celestial-events",
"astrology",
"webassembly",
"pwa",
"static-site"
],
"scripts": {
"build": "python3 scripts/render.py --year 2026",
"build:all": "python3 scripts/render.py --base / --site https://starmap.puddystudios.com/",
"serve": "python3 -m http.server 5192",
"dev": "python3 scripts/render.py --year 2026 && python3 -m http.server 5192"
}
}