UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

67 lines (66 loc) 1.81 kB
{ "name": "@wmfs/tymly-cardscript-plugin", "version": "1.51.0", "description": "Plugin which handles interactions to do with Cardscript", "homepage": "https://github.com/wmfs/tymly-cardscript-plugin#readme", "author": "West Midlands Fire Service", "keywords": [ "tymly", "plugin", "user", "interaction" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wmfs/tymly-cardscript-plugin.git" }, "bugs": { "url": "https://github.com/wmfs/tymly-cardscript-plugin/issues" }, "main": "./lib/index.js", "dependencies": { "@wmfs/form-maker": "1.9.0", "jsonfile": "6.1.0", "jsonpath": "1.1.1", "lodash": "4.17.21", "shasum": "1.0.2", "uuid": "11.1.0", "moment": "2.30.1" }, "devDependencies": { "debug": "4.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/release-notes-generator": "14.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/exec": "7.0.3", "@wmfs/hl-pg-client": "1.36.0", "@wmfs/tymly": "1.292.0", "@wmfs/tymly-pg-plugin": "1.310.0", "@wmfs/tymly-rbac-plugin": "1.31.0", "@wmfs/tymly-solr-plugin": "2.48.0", "@wmfs/tymly-test-helpers": "1.24.0", "chai": "4.5.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "8.0.0", "cz-conventional-changelog": "3.3.0", "mocha": "11.1.0", "nyc": "17.1.0", "semantic-release": "24.2.3", "standard": "17.1.2" }, "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" } }