astro-ghostcms/package.json

45 lines
981 B
JSON
Raw Normal View History

2024-01-13 07:20:44 +00:00
{
2024-01-16 06:58:43 +00:00
"name": "@matthiesenxyz/astro-ghostcms",
2024-01-13 07:20:44 +00:00
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
2024-01-16 06:58:43 +00:00
"version": "1.0.3",
"author": "MatthiesenXYZ (https://matthiesen.xyz)",
2024-01-13 07:20:44 +00:00
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
2024-01-16 06:58:43 +00:00
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
2024-01-13 07:20:44 +00:00
},
"bugs": {
2024-01-16 06:58:43 +00:00
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues"
2024-01-13 07:20:44 +00:00
},
2024-01-16 06:58:43 +00:00
"homepage": "https://github.com/MatthiesenXYZ/astro-ghostcms",
2024-01-13 07:20:44 +00:00
"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
}