-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 857 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 857 Bytes
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
{
"name": "upload-api",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon src/server.js",
"serve": "node src/server.js"
},
"dependencies": {
"@sentry/node": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"bcrypt": "^5.0.1",
"busboy": "0.3.1",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"oci-objectstorage": "^2.106.1",
"oci-sdk": "^2.106.1",
"sequelize": "^6.13.0",
"slugify": "^1.6.5",
"socket.io": "^4.6.1",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-require-sort": "^1.2.2",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"sequelize-cli": "^6.3.0",
"sucrase": "^3.20.3"
}
}