-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.01 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
{
"name": "@churchapps/apihelper",
"version": "0.0.22",
"description": "Library of helper functions not specific to any one ChurchApps project or framework.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"copy-assets": "copyfiles -f src/apiBase/tools/templates/* dist/templates",
"link": "link",
"tsc": "tsc",
"build": "npm-run-all clean tsc copy-assets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiveChurchSolutions/Helpers.git"
},
"keywords": [
"ChurchApps"
],
"author": "ChurchApps.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiveChurchSolutions/Helpers/issues"
},
"homepage": "https://github.com/LiveChurchSolutions/Helpers#readme",
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.408.0",
"@aws-sdk/client-s3": "^3.627.0",
"@aws-sdk/client-ses": "^3.624.0",
"@aws-sdk/client-ssm": "^3.662.0",
"@aws-sdk/s3-presigned-post": "^3.627.0",
"@aws-sdk/s3-request-presigner": "^3.627.0",
"@churchapps/helpers": "^1.0.25",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"express": "^4.17.2",
"fs-extra": "^11.1.1",
"inversify": "^6.0.1",
"inversify-express-utils": "^6.4.3",
"jsonwebtoken": "^9.0.1",
"kind-of": "^6.0.3",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"nodemailer-direct-transport": "^3.3.2",
"react-ga4": "^2.1.0",
"rrule": "^2.7.2",
"winston": "^3.10.0",
"winston-cloudwatch": "^6.2.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/fs-extra": "^11.0.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/kind-of": "^6.0.0",
"@types/mysql": "^2.15.21",
"@types/node": "^20.5.6",
"@types/nodemailer": "^6.4.4",
"@types/nodemailer-direct-transport": "^1.0.32",
"@types/slug": "^5.0.9",
"copyfiles": "^2.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"tslint": "^6.1.2",
"typescript": "^5.2.2"
}
}