astro-ghostcms/package.json

45 lines
984 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-15 07:58:29 +00:00
"version": "1.0.1",
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"
},
"main": "index.ts",
"types": "index.d.ts",
2024-01-13 07:20:44 +00:00
"files": [
"src",
"index.ts",
"index.d.ts"
2024-01-13 07:20:44 +00:00
],
"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"
}
2024-01-13 07:20:44 +00:00
}