Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
refs/heads/main
/
.
/
sites
/
resume
/
package.json
blob: 964dd2b2f968eac521c7c6c587a33577f3e7412a [
file
] [
log
] [
blame
]
Samuel Shuert
c86816a
2024-04-27 16:12:34 -0400
[
diff
] [
blame
]
1
{
2
"name"
:
"thecoded.prof-resume"
,
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
}