-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "learnlit-backend-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -r esm server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rishavbharti/learnlit-backend.git"
},
"author": "Rishav Bharti",
"license": "ISC",
"bugs": {
"url": "https://github.com/rishavbharti/learnlit-backend/issues"
},
"homepage": "https://github.com/rishavbharti/learnlit-backend#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.11",
"mongoose-slug-updater": "^3.3.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.13",
"query-string": "^7.0.1",
"stripe": "^8.184.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}