@sensinum/astro-strapi-loader
Version:
Astro loader for Strapi CMS
89 lines (88 loc) • 2.04 kB
JSON
{
"name": "@sensinum/astro-strapi-loader",
"version": "1.0.7",
"description": "Astro loader for Strapi CMS",
"keywords": [
"astro",
"strapi",
"cms",
"loader",
"content",
"astro-component",
"astro-loader",
"content-layer",
"astro-integration"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VirtusLab-Open-Source/astro-strapi-loader"
},
"author": {
"name": "VirtusLab / Sensinum",
"email": "contact@sensinum.com",
"url": "https://sensinum.com"
},
"maintainers": [
{
"name": "Mateusz Ziarko",
"email": "mziarko@virtuslab.com",
"url": "https://github.com/cyp3rius"
}
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "tsc --watch",
"build": "yarn clean && tsc",
"clean": "rm -rf dist",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --runInBand",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"check": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"astro": "^5.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@astrojs/ts-plugin": "^0.4.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"@types/qs": "^6.9.14",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"husky": "^9.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"qs": "^6.14.0",
"ts-jest": "^29.3.4",
"typescript": "^5.0.0"
},
"peerDependencies": {
"astro": "^5.0.0",
"zod": "^3.24.2"
},
"engines": {
"node": ">=18.17.0",
"yarn": "1.22.19"
},
"packageManager": "yarn@1.22.19"
}