{ "name": "technotive-math", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "deploy": "./update.sh" }, "repository": { "type": "git", "url": "gitea@code.technotive.nl:Technotive/technotive-math.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "astro": "^5.5.6", "katex": "^0.16.21", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0" } }