-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 964 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
37
38
39
40
41
42
{
"name": "sharkbotapi",
"version": "1.1.5",
"description": "-- npm i dotenv sequelize mysql2 express -- npm i --save-dev nodemon",
"main": "index.js",
"dependencies": {
"axios": "^0.27.2",
"axios-curlirize": "^1.3.7",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dateformat": "^5.0.3",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^4.17.3",
"express-fileupload": "^1.4.0",
"form-data": "^4.0.0",
"friendly-url": "^1.0.3",
"jsonwebtoken": "^8.5.1",
"mercadopago": "^1.5.13",
"mime": "^1.6.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"semver": "^6.3.0",
"sequelize": "^5.22.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"scripts": {
"start": "nodemon index",
"start:prod": "node index"
},
"repository": {
"type": "git"
},
"keywords": [],
"author": "",
"license": "ISC"
}