UNPKG

459 BJSONView Raw
1{
2 "name": "hugo-lunr-ml",
3 "version": "1.0.0",
4 "description": "Create lunr index file for multilingual hugo static site",
5 "main": "index.js",
6 "type": "module",
7 "bin": {
8 "hugo-lunr": "bin.js"
9 },
10 "scripts": {
11 "test": "node index.test.js"
12 },
13 "dependencies": {
14 "glob": "^8.0.3",
15 "gray-matter": "4.0.3",
16 "remove-markdown": "^0.5.0",
17 "string-strip-html": "11.0.0"
18 },
19 "author": "Roman Kurnovskii",
20 "license": "ISC"
21}