-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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
36
37
{
"name": "BlueApiFunctions",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "func start",
"test": "jest --maxWorkers 4",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"jest": "^26.6.3",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"mongoose": "^5.9.2",
"nodemailer": "^6.4.6",
"uuid": "^7.0.3",
"validate.js": "^0.13.1",
"validator": "^13.1.1",
"validatorjs": "^3.18.1"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"mongodb-memory-server": "^6.9.6",
"supertest": "^6.1.3"
}
}