* enh(ci): optimize Turbo CI check workflow, track Rust and Node toolchain versions in well-known files * fix(ci): build `sqlx-cli` with `rustls` to fix Postgres TLS failures
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"name": "@modrinth/docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"lint": "astro check",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/starlight": "^0.32.2",
|
|
"@modrinth/assets": "workspace:*",
|
|
"astro": "^5.4.1",
|
|
"sharp": "^0.33.5",
|
|
"starlight-openapi": "^0.14.0",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|