forked from hck-50-xenia-fox/p2-iproject-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "p2-iproject-server",
"version": "1.0.0",
"description": "Individual Project - Server",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development npx nodemon app.js",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"redoMigration": "sequelize db:migrate:undo:all && sequelize db:migrate && sequelize db:seed:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lannyalfiani/p2-iproject-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lannyalfiani/p2-iproject-server/issues"
},
"homepage": "https://github.com/lannyalfiani/p2-iproject-server#readme",
"dependencies": {
"axios": "^1.1.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"midtrans-client": "^1.3.1",
"nodemailer": "^6.8.0",
"pdfkit": "^0.13.0",
"pg": "^8.8.0",
"sequelize": "^6.24.0",
"xendit-node": "^1.21.6"
}
}