generated from IkumaTadokoro/esbuild-gas-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 982 Bytes
/
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
{
"name": "esbuild-gas-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "bin/build",
"deploy": "clasp push && clasp open",
"lint": "prettier 'src/**/*.ts' && eslint 'src/**/*.ts'",
"lint:fix": "prettier --write 'src/**/*.ts' && eslint --fix 'src/**/*.ts'",
"test": "jest"
},
"author": "ikuma-t <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/google-apps-script": "^1.0.49",
"@types/jest": "^28.1.4",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"esbuild": "^0.14.48",
"esbuild-gas-plugin": "^0.4.0",
"esbuild-jest": "^0.5.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.2",
"prettier": "^2.7.1"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"comparing-dependencies": "^0.4.1",
"date-fns": "^2.28.0"
}
}