Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

23 lines
519 B
JSON

{
"name": "mactools-site",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"prepare:assets": "node scripts/prepare-assets.mjs",
"dev": "npm run prepare:assets && astro dev",
"build": "npm run prepare:assets && astro check && astro build",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@types/node": "24.10.1",
"@astrojs/check": "0.9.9",
"astro": "6.4.4",
"typescript": "6.0.3"
},
"engines": {
"node": ">=22"
}
}