-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "unshare",
"version": "1.1.3",
"description": "Open-sourced Google Workspace Add-on to \"un\"share Google Drive files that you own with a tap",
"main": "unshare.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttsukagoshi/unshare.git"
},
"keywords": [
"google-apps-script",
"google-docs",
"google-drive",
"google-sheets",
"google-slides",
"google-workspace-add-on"
],
"author": "ttsukagoshi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ttsukagoshi/unshare/issues"
},
"homepage": "https://github.com/ttsukagoshi/unshare#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.79",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-googleappsscript": "^1.0.5",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}