-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 913 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": "node-express-api",
"version": "1.0.0",
"description": "Express REST Song API",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Me",
"license": "ISC",
"dependencies": {
"bard-api-node": "^1.3.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"deep-email-validator": "^0.1.21",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mysql2": "^3.4.0",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.15",
"openai": "^3.2.1",
"request": "^2.88.2",
"sequelize": "^6.31.1",
"sequelize-cli": "^6.6.0",
"socket.io": "^4.4.1",
"sqlite3": "^5.1.6",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.6.0",
"uuid": "^8.3.2"
}
}