UNPKG

918 BJSONView Raw
1{
2 "name": "pelias-query",
3 "version": "9.15.0",
4 "description": "An Elasticsearch query builder for Pelias",
5 "engines": {
6 "node": ">=8.0.0"
7 },
8 "main": "index.js",
9 "scripts": {
10 "lint": "jshint .",
11 "units": "./bin/units",
12 "test": "npm run units",
13 "validate": "npm ls",
14 "travis": "npm test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/pelias/query.git"
19 },
20 "author": "",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/pelias/query/issues"
24 },
25 "homepage": "https://github.com/pelias/query#readme",
26 "dependencies": {
27 "check-types": "^8.0.0",
28 "lodash": "^4.14.1"
29 },
30 "devDependencies": {
31 "deep-diff": "^1.0.0",
32 "jshint": "^2.5.6",
33 "precommit-hook": "^3.0.0",
34 "tap-spec": "^5.0.0",
35 "tape": "^4.2.0"
36 },
37 "pre-commit": [
38 "lint",
39 "validate",
40 "test"
41 ],
42 "release": {
43 "success": []
44 }
45}