{
  "name": "@ministryofjustice/fb-components-core",
  "version": "3.4.1",
  "description": "Form Builder core components",
  "scripts": {
    "test": "mocha test --recursive",
    "lint": "eslint . --ext .json && eslint test",
    "lint:fix": "eslint . --ext .json --fix && eslint test --fix"
  },
  "author": "Form Builder Team <form-builder-team@digital.justice.gov.uk>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ministryofjustice/fb-components-core.git"
  },
  "license": "MIT",
  "dependencies": {
    "@ministryofjustice/eslint-config-fb": "^1.1.6",
    "govuk-frontend": "^3.4.0"
  },
  "devDependencies": {
    "ajv": "^6.10.2",
    "chai": "^4.2.0",
    "eslint": "^6.7.1",
    "eslint-plugin-json": "^2.0.1",
    "fs-extra": "^8.1.0",
    "glob-all": "^3.1.0",
    "mocha": "^6.2.2",
    "module-alias": "^2.2.2",
    "sinon": "^7.5.0",
    "tap": "^14.10.2",
    "tape": "^4.11.0"
  },
  "_moduleAliases": {
    "~/test": "./test",
    "~/specifications": "./specifications",
    "~/metadata": "./metadata"
  },
  "specifications": {
    "$idRoot": "http://gov.uk/schema/v1.0.0",
    "protected": [
      "condition"
    ]
  }
}
