astro-ghostcms/package.json

43 lines
948 B
JSON
Raw Normal View History

2024-01-13 07:20:44 +00:00
{
"name": "@adammatthiesen/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
2024-01-13 07:45:04 +00:00
"version": "0.0.1-beta.2",
2024-01-13 07:20:44 +00:00
"author": "Adam Matthiesen <adam@matthiesen.xyz>",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Adammatthiesen/astro-ghostcms.git"
},
"bugs": {
"url": "https://github.com/Adammatthiesen/astro-ghostcms/issues"
},
"homepage": "https://github.com/Adammatthiesen/astro-ghostcms",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.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"
},
"main": "index.ts"
}