-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
33
34
35
36
37
38
{
"name": "geo-search-helper",
"version": "0.3.0",
"description": "Helper functions for geographical search within search-index.",
"main": "./dist/geo-search-helper.cjs.min.js",
"module": "./dist/geo-search-helper.esm.min.mjs",
"browser": "./dist/geo-search-helper.umd.min.js",
"files": [
"./dist"
],
"scripts": {
"build": "rollup --config",
"test": "standard './src/*.js' './test/*.mjs' && npm run build && npx ava ./test/test.cjs.js && npx ava ./test/test.esm.mjs && cp ./dist/geo-search-helper.umd.js ./demo/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eklem/geo-search-helper.git"
},
"devDependencies": {
"@arrow-js/core": "^1.0.6",
"batr": "^2.1.10",
"cities.json": "^1.1.49",
"search-index": "^6.0.1"
},
"keywords": [
"search",
"geo",
"geographical",
"geographical-search",
"geo-search"
],
"author": "Espen Klem",
"license": "MIT",
"bugs": {
"url": "https://github.com/eklem/geo-search-helper/issues"
},
"homepage": "https://github.com/eklem/geo-search-helper#readme"
}