Skip to content

Commit 54e5617

Browse files
committed
chore: add package.json for deployment
1 parent 941492f commit 54e5617

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@openbuild/frontend-dev-docs",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"private": true,
6+
"engines": {
7+
"node": ">=20.0.0"
8+
},
9+
"scripts": {
10+
"dev": "astro dev",
11+
"start": "astro dev",
12+
"build": "astro build",
13+
"preview": "astro preview",
14+
"astro": "astro"
15+
},
16+
"dependencies": {
17+
"@astrojs/starlight": "^0.30.3",
18+
"astro": "^5.1.1"
19+
}
20+
}

0 commit comments

Comments
 (0)