astro-ghostcms/package.json

45 lines
981 B
JSON

{
"name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "1.0.6",
"author": "MatthiesenXYZ (https://matthiesen.xyz)",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
},
"bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues"
},
"homepage": "https://github.com/MatthiesenXYZ/astro-ghostcms",
"exports": {
".": "./index.ts"
},
"main": "index.ts",
"types": "index.d.ts",
"files": [
"src",
"index.ts",
"index.d.ts"
],
"keywords": [
"astro-component",
"withastro",
"ghost",
"ghostcms"
],
"scripts": {},
"devDependencies": {
"astro": "^4.1.1"
},
"peerDependencies": {
"astro": "^4.0.0"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"typescript": "^5.3.3",
"axios": "^1.0.0"
}
}