{
  "name": "@ull-esit-pl/example2test",
  "version": "1.1.1",
  "description": "making a test from the cycle: run program then check the output",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "make-test": "bin/make-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ULL-ESIT-PL/example2test.git"
  },
  "keywords": [
    "ull",
    "esit",
    "Procesadores de Lenguajes",
    "Desarrollo de Sistemas Informáticos",
    "testing",
    "mocha"
  ],
  "author": "Casiano Rodriguez-Leon <casiano.rodriguez.leon@gmail.com> (https://github.com/crguezl)",
  "license": "ISC",
  "dependencies": {
    "commander": "^7.2.0",
    "shelljs": "^0.8.4"
  }
}
