@wmfs/tymly-rankings-plugin
Version:
Plugin which handles ranking of data for Tymly framework
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "@wmfs/tymly-rankings-plugin",
"version": "1.17.0",
"description": "Plugin which handles ranking of data for Tymly framework",
"homepage": "https://github.com/wmfs/tymly-rankings-plugin#readme",
"author": "West Midlands Fire Service",
"keywords": [
"tymly",
"plugin",
"ranking"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/tymly-rankings-plugin.git"
},
"bugs": {
"url": "https://github.com/wmfs/tymly-rankings-plugin/issues"
},
"main": "./lib/index.js",
"dependencies": {
"boom": "7.3.0",
"debug": "4.1.1",
"distributions": "2.1.0",
"lodash": "4.17.15",
"moment": "2.24.0",
"process": "0.11.10",
"request": "2.88.0"
},
"devDependencies": {
"chai": "4.2.0",
"codecov": "3.6.1",
"conventional-changelog-metahub": "3.0.0",
"cz-conventional-changelog": "3.0.2",
"mocha": "7.0.0",
"nyc": "15.0.0",
"semantic-release": "15.14.0",
"standard": "12.0.1",
"@semantic-release/changelog": "3.0.6",
"@semantic-release/git": "7.0.18",
"@semantic-release/exec": "3.3.8",
"@wmfs/hl-pg-client": "1.14.0",
"@wmfs/tymly": "1.107.0",
"@wmfs/tymly-pg-plugin": "1.148.0"
},
"scripts": {
"lint": "standard",
"test": "nyc mocha && standard",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}