UNPKG

1.14 kBJSONView Raw
1{
2 "name": "hugo-lunr-ml",
3 "version": "3.1.0",
4 "description": "Create lunr index file for multilingual hugo static site",
5 "license": "MIT",
6 "homepage": "https://github.com/romankurnovskii/hugo-lunr-ml",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/romankurnovskii/hugo-lunr-ml.git"
10 },
11 "bugs": {
12 "url": "https://github.com/romankurnovskii/hugo-lunr-ml/issues"
13 },
14 "keywords": [
15 "hugo",
16 "lunr",
17 "static site",
18 "search"
19 ],
20 "main": "index.js",
21 "type": "module",
22 "bin": {
23 "hugo-lunr-ml": "bin.js"
24 },
25 "scripts": {
26 "index": "node bin.js",
27 "test": "xo && npx mocha index.test.js",
28 "xofix": "xo --fix"
29 },
30 "dependencies": {
31 "glob": "^10.2.2",
32 "gray-matter": "4.0.3",
33 "lunr": "^2.3.9",
34 "lunr-languages": "^1.10.0",
35 "remove-markdown": "^0.5.0",
36 "string-strip-html": "^13.1.0"
37 },
38 "devDependencies": {
39 "mocha": "^10.2.0",
40 "xo": "^0.54.2"
41 },
42 "author": {
43 "name": "Roman Kurnovskii",
44 "email": "r.kurnovskii@gmail.com",
45 "url": "https://romankurnovskii.com"
46 },
47 "engines": {
48 "node": ">=14.0.0"
49 }
50}