-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
{
"name": "berlitzschedule",
"version": "0.4.0",
"description": "Google script to process work schedule to up GCalendar and Sheets",
"main": "main.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"format": "prettier --write dist/",
"postbuild": "npm run format",
"upload": "npx clasp push",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest --silent"
},
"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",
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.79",
"@types/google-apps-script-oauth2": "^38.0.4",
"@types/google.picker": "^0.0.42",
"@types/jest": "^29.5.11",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.0.1",
"gas-webpack-plugin": "^2.5.0",
"jest": "^29.7.0",
"npm-watch": "^0.11.0",
"package.json": "^2.0.1",
"pkg.json": "^2.0.8",
"prettier": "^3.2.4",
"run": "^1.5.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}