-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 759 Bytes
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
{
"dependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/google-apps-script": "^1.0.85",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"apps-script-oauth2": "^0.0.1-security",
"clasp": "^1.0.0",
"del": "^8.0.0",
"eslint-config-standard": "^17.1.0",
"gas-webpack-plugin": "^2.6.0",
"gulp": "^5.0.0",
"gulp-shell": "^0.6.3",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"webpack": "^5.96.1"
},
"devDependencies": {
"webpack-cli": "^5.1.4"
},
"scripts": {
"test": "npx jest",
"build": "npx gulp build"
}
}