UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

61 lines (60 loc) 1.64 kB
{ "name": "@wmfs/tymly-rankings-plugin", "version": "1.46.1", "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": { "debug": "4.4.1", "distributions": "2.2.0", "lodash": "4.17.21", "moment": "2.30.1", "process": "0.11.10" }, "devDependencies": { "chai": "4.5.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "10.3.0", "cz-conventional-changelog": "3.3.0", "mocha": "11.8.0", "nyc": "18.0.0", "semantic-release": "25.0.9", "standard": "17.1.2", "@semantic-release/changelog": "7.0.0", "@semantic-release/release-notes-generator": "14.1.1", "@semantic-release/git": "11.0.1", "@semantic-release/exec": "7.1.0", "@wmfs/hl-pg-client": "1.46.0", "@wmfs/tymly": "1.317.0", "@wmfs/tymly-pg-plugin": "1.348.0", "@wmfs/tymly-test-helpers": "1.24.0" }, "scripts": { "lint": "standard", "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }