{ "name": "@cassidoo/blahg", "version": "0.0.1", "private": true, "scripts": { "dev": "npx tinacms dev -c 'astro dev'", "start": "astro dev", "build": "tinacms build && astro build", "preview": "astro preview", "astro": "astro" }, "devDependencies": { "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.5", "astro": "^4.1.1", "prettier": "^3.1.0", "prettier-plugin-astro": "^0.12.2" }, "dependencies": { "@tinacms/cli": "^1.5.38", "tinacms": "^1.5.28" } }