-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 784 Bytes
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
{
"name": "@amaclean2/sundaypeak-water",
"version": "1.9.78",
"description": "Backend services for SundayPeak",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test jest --coverage"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^29.4.3",
"nodemon": "^2.0.20"
},
"dependencies": {
"apn": "^2.2.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.3",
"handlebars": "^4.7.8",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.1.2",
"nodemailer": "^6.9.1",
"sharp": "^0.32.1",
"sqlstring": "^2.3.3",
"winston": "^3.10.0",
"winston-mongodb": "^5.1.1"
}
}