-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (30 loc) · 983 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
30
31
{
"name": "project-promo-u-module-3-team-3",
"version": "1.0.0",
"description": "Crea la tarjeta de presentación de tus proyectos",
"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-3.git"
},
"author": "Aran,Cris,Barbara,Darling",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adalab/project-promo-u-module-3-team-3/issues"
},
"homepage": "https://github.com/Adalab/project-promo-u-module-3-team-3#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mysql2": "^3.6.3",
"nodemon": "^3.0.1"
}
}