blob: 31e4a02ffc60172fa3d7e8a1f7e1feef755e2664 [file] [log] [blame]
Samuel Shuerta42ca962024-04-27 16:13:23 -04001{
2 "name": "thecoded.prof-main",
3 "type": "module",
4 "version": "1.0.0",
5 "scripts": {
6 "dev": "astro dev",
7 "start": "astro dev",
8 "build": "astro check && astro build",
9 "preview": "astro preview",
10 "astro": "astro"
11 }
12}