forked from Gopher-Industries/Nutrihelp-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.41 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.41 KB
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
{
"name": "nutrihelp-api",
"version": "1.0.0",
"description": "nutrihelp-api",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test:rce": "mocha ./test/costEstimationTest.js",
"test": "mocha ./test/**/*.test.js",
"validate-env": "node scripts/validateEnv.js"
},
"jest": {
"testMatch": [
"**/test/**/*.js"
]
},
"keywords": [
"NutriHelp",
"health",
"elderly",
"senior"
],
"author": "Gopher Industries",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"@supabase/supabase-js": "^2.40.0",
"base64-arraybuffer": "^1.0.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.6.1",
"express": "^4.19.1",
"express-rate-limit": "^7.5.0",
"express-validator": "^7.2.1",
"fs-extra": "^11.3.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.2",
"node-fetch": "^3.3.2",
"nutrihelp-api": "file:",
"sinon": "^18.0.0",
"swagger-ui-express": "^5.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"axios": "^1.11.0",
"chai": "^6.0.1",
"chai-http": "^5.1.2",
"concurrently": "^8.2.2",
"form-data": "^4.0.2",
"jest": "^30.1.3",
"mocha": "^11.7.2",
"nodemon": "^3.1.10",
"proxyquire": "^2.1.3",
"supertest": "^7.1.4"
}
}