{
  "name": "moocauto",
  "version": "1.0.0",
  "description": "Herramienta de corrección automática para los MOOCs de MiriadaX de la UPM",
  "main": "dist/index.js",
  "disableHashCheck": false,
  "scripts": {
    "start": "node main.js",
    "checks": "node ../client/scripts/launcher.js",
    "upload": "node ../client/scripts/launcher.js upload",
    "uglify": "webpack",
    "build": "webpack && cd dist && pkg ../scripts/launcher.min.js && mv launcher.min-linux corrector-linux && mv launcher.min-win.exe corrector-windows.exe && mv launcher.min-macos corrector-macos",
    "build:dev": "webpack --mode development && cd dist && pkg ../scripts/launcher.min.js && mv launcher.min-linux corrector-linux && mv launcher.min-win.exe corrector-windows.exe && mv launcher.min-macos corrector-macos",
    "lint": "eslint . ",
    "lint:fix": "eslint . --fix",
    "prepublish": "npm run build",
    "test": "node dist/index.js",
    "run-comp": "bytenode dist/launcher.jsc"
  },
  "bin": {
    "moocauto": "./dist/index.js"
  },
  "keywords": [
    "MOOCs",
    "MiriadaX",
    "UPM",
    "self-assessment"
  ],
  "author": "ging",
  "license": "GNU",
  "dependencies": {
    "eslint": "^6.8.0"
  },
  "info": {
    "githubURL": "ging/sample-autocorector-assignment",
    "serverUrl": "https://autocorector.dit.upm.es/",
    "courseId": "1",
    "assignmentId": "2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ging/autoCOREctor",
    "directory": "client"
  },
  "engines": {
    "node": ">=0.12"
  },
  "devDependencies": {
    "archiver": "3.1.1",
    "chai": "4.2.0",
    "chalk": "2.4.2",
    "figlet": "1.2.4",
    "mocha": "7.0.0",
    "needle": "^2.4.0",
    "object-hash": "^2.0.0",
    "pkg": "^4.4.2",
    "terser-webpack-plugin": "^2.2.1",
    "uglify-es": "^3.3.9",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-node-externals": "^1.7.2",
    "zombie": "^6.1.4"
  }
}
