-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "gcal-timetable",
"version": "1.2.2",
"description": "Making timetable on Google Apps Script",
"private": "true",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"check": "tsc",
"lint": "eslint src --max-warnings 0",
"format:fix": "npx prettier --write .",
"format:check": "npx prettier --check .",
"deploy": "npm run check && npm run build && clasp push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmuraix/GCal-timetable.git"
},
"author": "Ryota Murai",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmuraix/GCal-timetable/issues"
},
"homepage": "https://github.com/rmuraix/GCal-timetable#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.85",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"gas-webpack-plugin": "^2.6.0",
"prettier": "^3.2.4",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}