-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 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
45
46
47
48
49
50
51
{
"name": "grebban-backend-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"live": "node server",
"watch": "nodemon server --ignore database/",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iammuhit/grebban-backend-api.git"
},
"keywords": [
"nodejs",
"expressjs",
"localdb",
"backend",
"restapi"
],
"authors": [
{
"name": "Nurul Amin Muhit",
"email": "[email protected]",
"homepage": "https://muhit.me"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iammuhit/grebban-backend-api/issues"
},
"homepage": "https://github.com/iammuhit/grebban-backend-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^2.11.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"node-fetch": "^2.6.1",
"node-uuid": "^1.4.8"
},
"devDependencies": {
"eslint": "^7.16.0",
"nodemon": "^2.0.6"
}
}