mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"name": "synctv-docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"validate": "astro check && astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.38.4",
|
|
"astro": "^6.2.1",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|