77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"name": "@matthiesenxyz/starlight-ghostcms",
|
|
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
|
|
"version": "0.1.4",
|
|
"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": [
|
|
"starlight",
|
|
"starlight-plugin",
|
|
"astro",
|
|
"plugin",
|
|
"blog",
|
|
"content",
|
|
"ghost",
|
|
"ghostcms"
|
|
],
|
|
"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": "index.ts",
|
|
"files": [
|
|
"src",
|
|
"CHANGELOG.md",
|
|
"index.ts",
|
|
"LICENSE",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./overrides/*": "./src/overrides/*"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/starlight": "^0.21.1",
|
|
"astro": "^4.4.13",
|
|
"vitest": "^1.3.1",
|
|
"vitest-fetch-mock": "^0.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@matthiesenxyz/astro-gists": "^0.2.1",
|
|
"@ts-ghost/core-api": "^6.0.0",
|
|
"@ts-ghost/content-api": "^4.0.12",
|
|
"astro-integration-kit": "^0.5.1",
|
|
"astro-remote": "^0.3.2",
|
|
"ultrahtml": "^1.5.3",
|
|
"vite": "^5.1.5",
|
|
"vite-tsconfig-paths": "^4.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@astrojs/starlight": ">=0.19.0",
|
|
"astro": ">=4.4.1"
|
|
}
|
|
}
|