{
  "name": "studentstracker",
  "version": "1.8.0",
  "description": "Moodle plugin tracking users that didn't access a course for some days. It aims to provide a tool to help the teachers preventing students from dropping out.",
  "main": "amd/src/index.js",
  "repository": "https://github.com/Hipjea/studentstracker",
  "author": "Pierre Duverneix",
  "license": "GNU GPL v3 or later",
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^10.0.0",
    "grunt": "^1.6.1",
    "grunt-contrib-less": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-load-gruntfile": "^0.0.2",
    "prettier": "^3.5.2"
  }
}
