-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "open_music_dicoding_assignment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/server.js",
"lint": "eslint ./",
"migrate": "node-pg-migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rochman25/open_music_dicoding_assignment.git"
},
"keywords": [],
"author": "zaenurrochman",
"license": "ISC",
"bugs": {
"url": "https://github.com/rochman25/open_music_dicoding_assignment/issues"
},
"homepage": "https://github.com/rochman25/open_music_dicoding_assignment#readme",
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.20"
},
"dependencies": {
"@hapi/hapi": "^20.1.4",
"@hapi/inert": "^6.0.3",
"@hapi/jwt": "^2.0.1",
"amqplib": "^0.8.0",
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"joi": "^17.4.0",
"nanoid": "^3.1.31",
"node-pg-migrate": "^5.9.0",
"pg": "^8.6.0",
"redis": "^3.1.2"
}
}