-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
54 lines (54 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pelias-schema",
"version": "0.0.0-development",
"author": "pelias",
"description": "Elasticsearch schema files and tooling for Pelias",
"homepage": "https://github.com/pelias/schema",
"license": "MIT",
"main": "schema.js",
"scripts": {
"test": "./bin/test",
"integration": "./bin/integration",
"create_index": "./bin/create_index",
"drop_index": "node scripts/drop_index",
"update_settings": "node scripts/update_settings"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/schema.git"
},
"keywords": [
"pelias",
"schema"
],
"bugs": {
"url": "https://github.com/pelias/schema/issues"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"colors": "^1.1.2",
"elasticsearch": "^16.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"pelias-config": "^6.0.0",
"pelias-logger": "^1.3.0",
"semver": "^7.1.1"
},
"devDependencies": {
"async": "^3.2.5",
"difflet": "^1.0.1",
"iso3166-1": "^0.5.1",
"proxyquire": "^2.0.0",
"randomstring": "^1.3.0",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"pre-commit": [],
"release": {
"branch": "master",
"success": []
}
}