-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "cgpa_book",
"version": "1.0.0",
"description": "Easy to use , generalized app to calculate CGPA with ease ",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"fix-lint": "prettier --write . && eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/parth-07/cgpa_book.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/parth-07/cgpa_book/issues"
},
"homepage": "https://github.com/parth-07/cgpa_book#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"google-auth-library": "^6.1.3",
"google-oauth-jwt": "^0.2.0",
"http-status-codes": "^2.1.4",
"lodash": "^4.17.21",
"mongodb": "^3.6.6",
"mongoose": "^5.9.28",
"morgan": "^1.10.0",
"morgan-body": "^2.5.2",
"stopword": "^1.0.1"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"prettier": "^2.2.1"
}
}