-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 903 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
{
"type": "module",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"umami-api-client": "^2.0.9"
},
"scripts": {
"install-deps": "pnpm install",
"fetch": "node ./fetch.js",
"month": "node ./manual_1m_day.js",
"monthH": "node ./manual_1m_hour.js",
"week": "node ./manual_1w_day.js",
"weekH": "node ./manual_1w_hour.js",
"day": "node ./manual_24h_hour.js",
"debugDay": "export UMAMI_DEBUG_ACTION=true && node ./manual_24h_hour.js",
"debugDayWin": "set UMAMI_DEBUG_ACTION=true && node ./manual_24h_hour.js",
"showResults": "cat ./umami/umamiReport.txt"
},
"packageManager": "[email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"orphanBranch": "umami-server-2.17.0"
}