-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg.json
More file actions
23 lines (23 loc) · 583 Bytes
/
egg.json
File metadata and controls
23 lines (23 loc) · 583 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json",
"name": "hyper-adapter-minisearch",
"entry": "./mod.js",
"description": "Hyper Search port adapter for Minisearch",
"homepage": "https://github.com/hyper63/hyper-adapter-minisearch",
"repo": "https://github.com/hyper63/hyper-adapter-minisearch",
"version": "2.1.4",
"unstable": false,
"unlisted": false,
"files": [
"./*"
],
"ignore": [
"./package.json",
"./scripts/*",
"./.git*"
],
"checkFormat": false,
"checkTests": false,
"checkInstallation": false,
"check": false
}