Files
Ascently/docs/package.json
Atridad Lahiji a212f3f3b5
All checks were successful
Ascently - Docs Deploy / build-and-push (pull_request) Successful in 8m4s
2.3.0 - Unified logging and app intents
2025-11-20 21:00:00 -07:00

38 lines
808 B
JSON

{
"name": "ascently-docs",
"type": "module",
"version": "1.0.0",
"description": "Documentation site for Ascently - FOSS climbing tracking app",
"repository": {
"type": "git",
"url": "https://git.atri.dad/atridad/Ascently.git",
"directory": "docs"
},
"author": "atridad <me@atri.dad>",
"license": "MIT",
"keywords": [
"climbing",
"tracking",
"documentation",
"astro",
"starlight"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"@astrojs/starlight": "^0.36.2",
"astro": "^5.16.0",
"qrcode": "^1.5.4",
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/qrcode": "^1.5.6"
}
}