-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 831 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
{
"name": "dolby-io-backend-demo",
"version": "1.0.0",
"description": "Dolby io backend app for demo",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mosinbagban/dolby-io-backend-demo.git"
},
"keywords": [
"Dolbyio",
"nodejs",
"heroku"
],
"author": "Mohsin Bagwan",
"license": "ISC",
"bugs": {
"url": "https://github.com/mosinbagban/dolby-io-backend-demo/issues"
},
"homepage": "https://github.com/mosinbagban/dolby-io-backend-demo#readme",
"dependencies": {
"@hapi/joi": "^15.0.3",
"body-parser": "^1.19.0",
"commander": "^9.2.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"https": "^1.0.0",
"mongoose": "^5.8.10"
}
}