-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json-pre
41 lines (41 loc) · 1.09 KB
/
package.json-pre
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
{
"name": "berlitzschedule",
"version": "0.4.0",
"description": "Google script to process work schedule to up GCalendar and Sheets",
"main": "processMessages.js",
"type": "module",
"scripts": {
"build": "babel code -d dist",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bas-Man/WorkScheduleAutomation.git"
},
"keywords": [
"Google",
"Script",
"Calendar",
"Sheets",
"Automation"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bas-Man/WorkScheduleAutomation/issues"
},
"homepage": "https://github.com/Bas-Man/WorkScheduleAutomation#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.9",
"@types/google-apps-script": "^1.0.82",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"package.json": "^2.0.1",
"pkg.json": "^2.0.8",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}