{ "name": "astro-deploy", "type": "module", "version": "1.3.0", "description": "A custom Astro.js template", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "format": "prettier -w --cache . && prettier -w --cache **/*.astro", "upgrade": "pnpm update --interactive --latest", "commit": "cz" }, "dependencies": { "@astrojs/check": "^0.5.4", "@astrojs/tailwind": "^5.1.0", "astro": "^4.4.0" }, "devDependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.2", "@commitlint/cz-commitlint": "^18.6.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.11", "semantic-release": "^23.0.2", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "release": { "branches": [ "main", { "name": "beta", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", [ "@semantic-release/npm", { "npmPublish": false } ], "@semantic-release/git", "@semantic-release/github" ] } }