forked from nekdolan/lunr-unicode-normalizer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 876 Bytes
/
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
{
"name": "lunr-folding",
"version": "0.1.0",
"description": "Simple character folding for lunr.js",
"main": "lib/lunr.unicodeNormalizer.js",
"types": "lib/lunr.unicodeNormalizer.d.ts",
"scripts": {
"build": "tsc",
"test": "tsc && mocha lib/lunr.unicodeNormalizer.spec && mocha lib/lunr.noFolding.spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhdaines/lunr-folding.git"
},
"keywords": [
"lunr"
],
"author": "David Huggins-Daines <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhdaines/lunr-folding/issues"
},
"homepage": "https://github.com/dhdaines/lunr-folding/#readme",
"devDependencies": {
"@types/lunr": "^2.3.7",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"lunr": "^2.3.9",
"mocha": "^10.4.0",
"typescript": "^5.4.5"
}
}