-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "qkart-be",
"version": "1.0.0",
"description": "Simple ecommerce backend",
"main": "src/index.js",
"engines": {
"node": ">=12.0.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"start": "nodemon src/index.js",
"test": "jest -i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saratkumar17mss040/qkart-be.git"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@testing-library/dom": "^8.13.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"core-js": "^3.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.1.0",
"http-status": "^1.4.0",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.10.9",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pm2": "^4.5.0",
"typescript": "^3.2.1",
"validator": "^13.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.4.0",
"@babel/preset-react": "^7.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-security": "^1.4.0",
"faker": "^5.1.0",
"jest": "^22.4.4",
"mockingoose": "~2.13.2",
"node-mocks-http": "^1.8.0",
"nodemon": "^2.0.7",
"prettier": "^2.0.5",
"supertest": "^4.0.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saratkumar17mss040/qkart-be/issues"
},
"homepage": "https://github.com/saratkumar17mss040/qkart-be#readme"
}