{
  "name": "@hitachivantara/cra-template-uikit",
  "version": "1.1.5",
  "description": "The Hitachi Vantara UI Kit template for Create React App.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/lumada-design/cra-template-uikit.git"
  },
  "author": {
    "name": "Hitachi Vantara UI Kit Team"
  },
  "keywords": [
    "react",
    "create-react-app",
    "template",
    "typescript",
    "hv-uikit",
    "hitachivantara"
  ],
  "scripts": {
    "format": "prettier --write 'template/src/**/*.{ts,tsx,scss,css,json}'"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "prettier": "^2.5.1"
  }
}
