-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "maju-jaya-platinum-kelompok-1-bej",
"version": "1.0.0",
"description": "1. Irvan Taufik -> Team Leader \r 2. Bena Maharani -> Project Manager\r 3. Bima Agung Setya Budi -> Developer\r 4. Zidan Hikmawan -> QA",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"start-dev": "nodemon server.js",
"swagger-autogen": "node ./swagger.js",
"swagger-autogen-admin": "node ./swagger_admin.js",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bimaagung/maju-jaya-platinum-kelompok-1-BEJ.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bimaagung/maju-jaya-platinum-kelompok-1-BEJ/issues"
},
"homepage": "https://github.com/bimaagung/maju-jaya-platinum-kelompok-1-BEJ#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"elastic-apm-node": "^3.38.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"google-auth-library": "^8.6.0",
"jest": "^29.1.1",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.37",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.3.4",
"nodemailer": "^6.8.0",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.21.4",
"socket.io": "^4.5.3",
"swagger-autogen": "^2.21.5",
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.19",
"sequelize-cli": "^6.4.1"
}
}