forked from Adalab/proyectos-magicos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "project-promo-u-module-3-team-2",
"version": "1.0.0",
"description": "Proyectos Molones",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "cd web && npm run build && cd .. && rm -rf ./src/public-react && mv ./web/dist ./src/public-react"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adalab/project-promo-U-module-3-team-2.git"
},
"author": "Cris Mayte Mireia Alba",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adalab/project-promo-U-module-3-team-2/issues"
},
"homepage": "https://github.com/Adalab/project-promo-U-module-3-team-2#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mysql2": "^3.6.3"
}
}