Hay que modificar el index para que no pida la tabla de alumnos
[VSoRC/.git] / package.json
1 {
2   "name": "web",
3   "version": "1.0.0",
4   "main": "index.js",
5   "scripts": {
6     "test": "echo \"Error: no test specified\" && exit 1",
7     "start": "node src/index.js"
8   },
9   "keywords": [],
10   "author": "",
11   "license": "ISC",
12   "description": "Esta es una web de prueba",
13   "dependencies": {
14     "ejs": "^2.6.2",
15     "express": "^4.17.1"
16   }
17 }