{ "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": "^2.4.3", "@astrojs/sitemap": "^1.3.3", "astro": "^2.6.6", "prettier": "^2.8.4", "prettier-plugin-astro": "^0.8.0" }, "dependencies": { "@tinacms/cli": "^1.5.30", "tinacms": "^1.5.21" } }