astro-pagefind
Version:
Astro integration for Pagefind static site search
58 lines (57 loc) • 1.39 kB
JSON
{
"name": "astro-pagefind",
"version": "1.8.3",
"description": "Astro integration for Pagefind static site search",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./components/Search": {
"types": "./src/components/Search.d.ts",
"import": "./src/components/Search.ts",
"default": "./src/components/Search.ts"
}
},
"files": [
"src"
],
"scripts": {
"build": "tsc --noEmit",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/shishkin/astro-pagefind.git"
},
"homepage": "https://github.com/shishkin/astro-pagefind",
"keywords": [
"astro",
"astro-component",
"astro-integration",
"withastro",
"pagefind",
"search",
"ui"
],
"author": "Sergey Shishkin <sergey@shishkin.org>",
"license": "MIT",
"peerDependencies": {
"astro": "^2.0.4 || ^3 || ^4 || ^5"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/markdown-remark": "6.3.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/semantic-release": "20.0.6",
"astro": "5.5.2",
"semantic-release": "24.2.3",
"typescript": "5.8.2"
},
"dependencies": {
"@pagefind/default-ui": "^1.2.0",
"pagefind": "^1.2.0",
"sirv": "^3.0.0"
}
}