mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 22:28:37 +02:00
25 lines
517 B
JSON
25 lines
517 B
JSON
{
|
|
"name": "termscp-site",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"prebuild": "node scripts/fetch-man.mjs",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.0.0",
|
|
"@astrojs/sitemap": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.6.0",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|