UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@wmfs/tymly-solr-plugin",
3 "version": "2.6.0",
4 "description": "Plugin which handles interaction with Apache Solr for Tymly framework",
5 "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme",
6 "author": "West Midlands Fire Service",
7 "keywords": [
8 "tymly",
9 "plugin",
10 "Solr",
11 "search"
12 ],
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/wmfs/tymly-solr-plugin.git"
17 },
18 "bugs": {
19 "url": "https://github.com/wmfs/tymly-solr-plugin/issues"
20 },
21 "main": "./lib/index.js",
22 "dependencies": {
23 "async": "3.1.1",
24 "boom": "7.3.0",
25 "debug": "4.1.1",
26 "emoji-regex": "8.0.0",
27 "lodash": "4.17.15",
28 "process": "0.11.10",
29 "request": "2.88.2",
30 "solr-client": "0.7.1"
31 },
32 "devDependencies": {
33 "@semantic-release/changelog": "5.0.0",
34 "@semantic-release/git": "7.0.18",
35 "@semantic-release/exec": "3.3.8",
36 "@wmfs/tymly": "1.119.0",
37 "@wmfs/tymly-pg-plugin": "1.170.0",
38 "@wmfs/tymly-rbac-plugin": "1.17.0",
39 "@wmfs/tymly-cardscript-plugin": "1.10.1",
40 "@wmfs/tymly-test-helpers": "1.4.0",
41 "chai": "4.2.0",
42 "codecov": "3.6.5",
43 "conventional-changelog-metahub": "4.0.0",
44 "cz-conventional-changelog": "3.1.0",
45 "mocha": "7.0.1",
46 "nyc": "15.0.0",
47 "semantic-release": "15.14.0",
48 "standard": "12.0.1"
49 },
50 "scripts": {
51 "lint": "standard",
52 "test": "nyc mocha && standard",
53 "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
54 "semantic-release": "semantic-release"
55 },
56 "config": {
57 "commitizen": {
58 "path": "cz-conventional-changelog"
59 }
60 },
61 "publishConfig": {
62 "access": "public"
63 }
64}