@sensinum/astro-strapi-blocks
Version:
Astro components for Strapi Block Field
66 lines (65 loc) • 1.46 kB
JSON
{
"name": "@sensinum/astro-strapi-blocks",
"version": "1.4.0",
"description": "Astro components for Strapi Block Field",
"keywords": [
"astro",
"strapi",
"blocks",
"components",
"astro-component",
"withastro",
"astro-loader",
"content-layer",
"astro-integration"
],
"type": "module",
"main": "./src/components/StrapiBlocks.astro",
"types": "./src/index.d.ts",
"author": {
"name": "Sensinum / VirtusLab",
"email": "contact@sensinum.com",
"url": "https://sensinum.com"
},
"maintainers": [
{
"name": "@cyp3rius",
"email": "mziarko@virtuslab.com",
"url": "https://sensinum.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/VirtusLab-Open-Source/astro-strapi-blocks"
},
"exports": {
".": "./src/index.ts",
"./astro": "./src/components/StrapiBlocks.astro",
"./package.json": "./package.json"
},
"files": [
"src"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"check": "tsc --noEmit",
"test": "jest",
"test:ci": "CI=true jest --ci --runInBand --verbose --coverage",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"astro": "^6.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.0.0"
},
"peerDependencies": {
"astro": "^6.0.0"
},
"engines": {
"node": ">=22.12.0"
}
}