UNPKG

@sensinum/astro-strapi-loader

Version:
87 lines (86 loc) 1.97 kB
{ "name": "@sensinum/astro-strapi-loader", "version": "1.3.0", "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": "Sensinum", "email": "hello@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": "^6.0.0", "zod": "^4.3.6" }, "devDependencies": { "@astrojs/ts-plugin": "^1.10.7", "@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": "^6.0.0", "zod": "^4.3.6" }, "engines": { "node": ">=22.12.0" } }