{
  "name": "@tririga/cra-template",
  "version": "2.0.4",
  "keywords": [
    "react",
    "create-react-app",
    "template",
    "TRIRIGA",
    "UX",
    "UX Web Applications"
  ],
  "main": "template.json",
  "description": "Quickstart Create React App (CRA) template for building TRIRIGA UX Web applications using ReactJS and IBM Carbon Components.",
  "repository": {
    "type": "git",
    "url": "https://github.com/tririga/cra-template.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "bugs": {
    "url": "https://github.com/tririga/cra-template/issues"
  },
  "files": [
    "template",
    "template.json"
  ],
  "publishConfig": {
    "access": "public"
  }
}
