-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 Bytes
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
{
"name": "craft-search-index",
"version": "1.0.0",
"private": true,
"description": "Craft CMS 5 plugin — sync content to external search engines",
"scripts": {
"build": "vite build",
"typecheck": "tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/CogappLabs/craft-search-plugin.git"
},
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/CogappLabs/craft-search-plugin/issues"
},
"homepage": "https://github.com/CogappLabs/craft-search-plugin#readme",
"devDependencies": {
"@biomejs/biome": "^2.3.15",
"lefthook": "^2.1.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}