-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
56 lines (56 loc) · 1.82 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
{
"name": "support-shift-scheduler",
"private": true,
"version": "4.0.3",
"description": "Project for scheduling Balena's engineers for customer support",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "balena-lint lib helper-scripts",
"lint-fix": "balena-lint --fix lib helper-scripts",
"test": "npm run lint && npx tsc --noEmit",
"beautify-schedule": "npx ts-node --transpile-only ./helper-scripts/beautify-schedule",
"download-and-configure-input": "npx ts-node --transpile-only ./helper-scripts/download-and-configure-input",
"check-for-onboarding": "npx ts-node --transpile-only ./helper-scripts/check-for-onboarding",
"send-calendar-invites": "npx ts-node --transpile-only ./helper-scripts/send-calendar-invites",
"set-victorops-schedule": "npx ts-node --transpile-only ./helper-scripts/set-victorops-schedule"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io/support-shift-scheduler.git"
},
"author": "Balena",
"license": "Apache-2.0",
"dependencies": {
"@types/moment-timezone": "^0.5.30",
"bluebird": "^3.7.2",
"dotenv": "^16.3.1",
"googleapis": "^128.0.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"log": "^6.3.1",
"mkdirp": "^3.0.1",
"moment-timezone": "^0.5.43",
"mz": "^2.7.0",
"readline-sync": "^1.4.10",
"ts-node": "^10.9.1",
"victorops-api-client": "^1.0.2",
"zulip-js": "^2.0.9"
},
"devDependencies": {
"@balena/lint": "^7.2.4",
"@types/bluebird": "^3.5.42",
"@types/lodash": "^4.14.202",
"@types/mkdirp": "^1.0.2",
"@types/mz": "^2.7.8",
"@types/node": "^20.10.0",
"@types/readline-sync": "^1.4.8",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"typescript": "^5.3.2"
},
"versionist": {
"publishedAt": "2022-09-05T14:58:06.506Z"
}
}