Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
959f099eafe05d2cece5359da1b3efc5c1c4a107
/
.
/
sites
/
resume
/
package.json
blob: 964dd2b2f968eac521c7c6c587a33577f3e7412a [
file
] [
log
] [
blame
]
{
"name"
:
"thecoded.prof-resume"
,
"type"
:
"module"
,
"version"
:
"1.0.0"
,
"scripts"
:
{
"dev"
:
"astro dev"
,
"start"
:
"astro dev"
,
"build"
:
"astro check && astro build"
,
"preview"
:
"astro preview"
,
"astro"
:
"astro"
}
}