-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 992 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
38
{
"name": "@churchapps/helpers",
"version": "1.0.25",
"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",
"tsc": "tsc",
"build": "npm-run-all clean tsc"
},
"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",
"devDependencies": {
"@types/node": "^20.5.8",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.5.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"react-ga4": "^2.1.0",
"rrule": "^2.7.2"
}
}