-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 KB
/
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
32
33
34
35
{
"name": "librery-t-backend",
"version": "1.0.0",
"description": "Backend para libreria prueba Talenta",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"build:demo":"npx sequelize-cli db:create && npx sequelize-cli db:migrate && npx sequelize-cli db:seed:all",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAlejandroSaenzMeneses/libraryT-backend.git"
},
"author": "David Alejandro Saenz Meneses",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidAlejandroSaenzMeneses/libraryT-backend/issues"
},
"homepage": "https://github.com/DavidAlejandroSaenzMeneses/libraryT-backend#readme",
"dependencies": {
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.17.2",
"luxon": "^2.3.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.16.1",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.15",
"sequelize-cli": "^6.4.1"
}
}