mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "pagefind",
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"description": "Implement search on any static website.",
|
|
"bin": "lib/runner/bin.cjs",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CloudCannon/pagefind"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./lib/index.js"
|
|
}
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"author": "CloudCannon",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"@pagefind/linux-x64": "1.1.0",
|
|
"@pagefind/linux-arm64": "1.1.0",
|
|
"@pagefind/darwin-x64": "1.1.0",
|
|
"@pagefind/darwin-arm64": "1.1.0",
|
|
"@pagefind/windows-x64": "1.1.0"
|
|
},
|
|
"keywords": [
|
|
"CloudCannon",
|
|
"Cloud",
|
|
"Cannon",
|
|
"jamstack",
|
|
"static",
|
|
"search",
|
|
"pagefind",
|
|
"page",
|
|
"find"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/CloudCannon/pagefind/issues"
|
|
},
|
|
"homepage": "https://github.com/CloudCannon/pagefind#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.5"
|
|
}
|
|
}
|