-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
32
33
34
35
36
{
"name": "entrenamiento_auditivo_backend",
"version": "0.0.1",
"description": "Backend para la app Entrenamiento Auditivo para Musicos",
"main": "index.js",
"author": "Franco Wanseéle & Martín Nogueira",
"license": "MIT",
"dependencies": {
"@tonaljs/tonal": "^4.6.5",
"@tonejs/midi": "^2.0.28",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"global": "^4.4.0",
"jwt-simple": "^0.5.6",
"knex": "^1.0.4",
"midi-writer-js": "^1.7.5",
"moment": "^2.29.4",
"mongoose": "^5.12.10",
"mongoose-paginate": "^5.0.3",
"mssql": "^8.0.2",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"node-vexflow": "^0.1.2",
"pg": "^8.7.3",
"vexflow": "^4.1.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
}
}