UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@wmfs/tymly-solr-plugin",
3 "version": "2.8.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 "axios": "0.19.2",
24 "debug": "4.1.1",
25 "emoji-regex": "8.0.0",
26 "lodash": "4.17.15",
27 "process": "0.11.10",
28 "solr-client": "0.7.1"
29 },
30 "devDependencies": {
31 "@semantic-release/changelog": "5.0.1",
32 "@semantic-release/git": "9.0.0",
33 "@semantic-release/exec": "5.0.0",
34 "@wmfs/tymly": "1.137.0",
35 "@wmfs/tymly-pg-plugin": "1.195.2",
36 "@wmfs/tymly-rbac-plugin": "1.17.2",
37 "@wmfs/tymly-cardscript-plugin": "1.13.3",
38 "@wmfs/tymly-test-helpers": "1.4.1",
39 "chai": "4.2.0",
40 "codecov": "3.6.5",
41 "conventional-changelog-metahub": "4.0.1",
42 "cz-conventional-changelog": "3.1.0",
43 "mocha": "7.1.1",
44 "nyc": "15.0.1",
45 "semantic-release": "17.0.7",
46 "standard": "12.0.1"
47 },
48 "scripts": {
49 "lint": "standard",
50 "test": "nyc mocha && standard",
51 "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
52 "semantic-release": "semantic-release"
53 },
54 "config": {
55 "commitizen": {
56 "path": "cz-conventional-changelog"
57 }
58 },
59 "publishConfig": {
60 "access": "public"
61 }
62}