{ "name": "ascently-docs", "type": "module", "version": "1.1.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 ", "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.2", "@astrojs/starlight": "^0.37.5", "astro": "^5.17.1", "qrcode": "^1.5.4", "sharp": "^0.34.5" }, "devDependencies": { "@types/qrcode": "^1.5.6" } }