-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
46 lines (46 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pagefind",
"version": "0.0.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": "0.0.0",
"@pagefind/linux-arm64": "0.0.0",
"@pagefind/darwin-x64": "0.0.0",
"@pagefind/darwin-arm64": "0.0.0",
"@pagefind/windows-x64": "0.0.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"
}
}