{
  "name": "govuk-elements-marko",
  "description": "GOV.UK elements as Marko components.",
  "version": "5.2.8",
  "engines": {
    "node": ">4.0.0"
  },
  "keywords": [
    "marko-taglib",
    "marko",
    "gov.uk"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gunjam/govuk-elements-marko"
  },
  "scripts": {
    "test": "npm run test:lint && npm run test:coverage",
    "test:lint": "xo",
    "test:unit": "marko test",
    "test:coverage": "c8 marko test"
  },
  "author": "Niall Molloy <niallmolloy.digitaldwp@gmail.com>",
  "maintainers": [
    "Niall Molloy <niallmolloy.digitaldwp@gmail.com>"
  ],
  "peerDependencies": {
    "marko": "^4.18.9"
  },
  "devDependencies": {
    "c8": "^5.0.1",
    "chai": "^4.2.0",
    "marko-cli": "^7.0.10",
    "xo": "^0.24.0"
  },
  "license": "Apache-2.0",
  "c8": {
    "check-coverage": true,
    "lines": 90,
    "statements": 90,
    "functions": 90,
    "branches": 90,
    "extension": [
      ".marko.js"
    ],
    "exclude": [
      "**/test-**.js"
    ]
  },
  "xo": {
    "space": true,
    "env": [
      "node",
      "mocha"
    ],
    "ignores": [
      "**/*.marko.js"
    ],
    "rules": {
      "max-lines": 0
    }
  }
}
