-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.13 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": "sheetsl",
"version": "1.2.0",
"description": "Google Sheets addon to use DeepL translation. Translate the contents of the selected cells.",
"main": "sheetsl.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttsukagoshi/sheetsL.git"
},
"keywords": [
"translation",
"deepl",
"deepl-api",
"google-sheets",
"google-workspace-add-on"
],
"author": "ttsukagoshi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ttsukagoshi/sheetsL/issues"
},
"homepage": "https://github.com/ttsukagoshi/sheetsL#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.79",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.2",
"typescript": "^5.1.6"
}
}