{ "name": "@matthiesenxyz/astro-ghostcms", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "version": "3.1.5", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, "author": { "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" }, "keywords": [ "astro-component", "astro-integration", "withastro", "astro", "blog", "content", "integration", "ghost", "ghostcms", "ghostcms-theme", "ghost-theme", "astro-theme" ], "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" }, "bugs": { "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues", "email": "issues@astro-ghostcms.xyz" }, "main": "index.ts", "types": "types.ts", "files": [ "src", ".env.demo", "index.ts", "tsconfig.json", "types.ts", "virtual.d.ts" ], "exports": { ".": "./index.ts", "./api": "./src/api/index.ts", "./api-core": "./src/api/content-api/index.ts", "./404.astro": "./src/default-routes/404/404.astro", "./rss.xml.ts": "./src/default-routes/rss.xml.ts", "./config": "./src/integrations/virtual-config.ts", "./types": "./types.ts" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'" }, "peerDependencies": { "astro": "^4.2.3" }, "devDependencies": { "@astrojs/check": "^0.4.1", "@ts-ghost/core-api": "*", "@ts-ghost/tsconfig": "*", "@matthiesenxyz/astro-ghostcms-theme-default": "*", "@types/node": "^20.11.10", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-astro": "^0.31.3", "prettier": "^3.2.4", "prettier-plugin-astro": "^0.13.0", "typescript": "^5.3.3", "vitest": "^1.1.0", "vitest-fetch-mock": "^0.2.2" }, "dependencies": { "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.3", "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.5", "@ts-ghost/core-api": "^5.1.2", "astro-robots-txt": "^1.0.0", "vite": "^5.0.12", "vite-tsconfig-paths": "^4.2.2", "zod": "^3.22.4", "zod-validation-error": "^3.0.0" } }