{
  "name": "{{ projectName }}",
  "version": "0.0.4",
  "description": "An xPack with a {{ content }} application running on {{ boardDescription }}",
  "main": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "xmake build -- all",
    "clean": "xmake build -- clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/<user-id>/{{ projectName }}.git"
  },
  "bugs": {
    "url": "https://github.com/<user-id>/{{ projectName }}/issues"
  },
  "homepage": "https://github.com/<user-id>/{{ projectName }}",
  "keywords": [
    "xpack",
    "c",
    "c++",
    "micro-os-plus",
    "risc-v",
    "shakti",
    "corecomplex"
  ],
 "author": "IIT-M <sathya281@gmail.com> (http://shakti.org.in/)",
 "license": "TODO",
  "config": {
    "xcdl": {
      "device": {
        "id": "{{ deviceName }}",
        "supplier": {
          "displayName": "shakti",
          "id": "2"
        }
      },
      "board": {
        "id": "{{ boardName }}",
        "supplier": {
          "displayName": "shakti",
          "id": "2"
        }
      }
    }
  },
  "dependencies": {
      "@micro-os-plus/diag-trace": "~1.0.6"
{% if boardName == 'carty100T' -%}
     ,"@iitm_shakti/arty-boards": "~0.1.2"
{% elsif boardName == 'earty35T' -%}
     ,"@iitm_shakti/arty-boards": "~0.1.2"
{% endif -%}
  },
  "devDependencies": {
    "xmake": "~0.3.10",
    "@gnu-mcu-eclipse/riscv-none-gcc": "~7.2.0-4.1",
    "@gnu-mcu-eclipse/openocd": "~0.10.0-7.4",
    "@gnu-mcu-eclipse/windows-build-tools": "~2.10.1-4"
  },
  "xpack": {}
}
}
