-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "hue-kintai-slask-command",
"version": "0.0.2",
"description": "",
"private": true,
"main": "src/Code.ts",
"scripts": {
"test": "jest",
"lint": "eslint --fix src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k2tzumi/hue-kintai-slask-command.git"
},
"author": "k2tzumi",
"license": "MIT",
"bugs": {
"url": "https://github.com/k2tzumi/hue-kintai-slask-command/issues"
},
"homepage": "https://github.com/k2tzumi/hue-kintai-slask-command#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script-oauth2": "^38.0.2",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"apps-script-jobqueue": "github:k2tzumi/apps-script-jobqueue",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"resolve-cwd": "^3.0.0",
"shebang-regex": "^4.0.0",
"slash": "^5.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/google-apps-script": "^1.0.76",
"apps-script-oauth2": "github:gsuitedevs/apps-script-oauth2"
}
}