-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.09 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.09 KB
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
47
48
49
50
51
{
"name": "vite-plugin-pagefind",
"version": "1.0.8",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./types": {
"import": {
"types": "./dist/types.d.ts",
"default": "./dist/types.js"
}
}
},
"scripts": {
"build": "tsdown",
"build:watch": "tsdown --watch",
"test": "bun test",
"test:watch": "bun test --watch",
"check": "biome check",
"check:fix": "biome check --write",
"prepack": "bun run build"
},
"dependencies": {
"colorette": "^2.0.20",
"package-manager-detector": "^0.2.11"
},
"peerDependencies": {
"vite": ">=4.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@changesets/cli": "^2.29.5",
"@types/node": "^24.0.13",
"tsdown": "^0.15.1",
"typescript": "^5.8.3"
},
"type": "module",
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}