{
  "name": "@wmfs/tymly-cardscript-plugin",
  "version": "1.53.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.10.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.3",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/exec": "7.1.0",
    "@wmfs/hl-pg-client": "1.46.0",
    "@wmfs/tymly": "1.316.0",
    "@wmfs/tymly-pg-plugin": "1.346.0",
    "@wmfs/tymly-rbac-plugin": "1.32.0",
    "@wmfs/tymly-solr-plugin": "2.57.0",
    "@wmfs/tymly-test-helpers": "1.24.0",
    "chai": "4.5.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.7.5",
    "nyc": "17.1.0",
    "semantic-release": "25.0.2",
    "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"
  }
}
