forked from motemen/gas-slack-log-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dtsm.json
32 lines (32 loc) · 974 Bytes
/
dtsm.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
{
"repos": [
{
"url": "https://github.com/borisyankov/DefinitelyTyped.git",
"ref": "master"
}
],
"path": "typings",
"bundle": "typings/bundle.d.ts",
"link": {
"npm": {
"include": true
}
},
"dependencies": {
"google-apps-script/google-apps-script.spreadsheet.d.ts": {
"repo": "https://github.com/motemen/dts-google-apps-script"
},
"google-apps-script/google-apps-script.url-fetch.d.ts": {
"repo": "https://github.com/motemen/dts-google-apps-script"
},
"google-apps-script/google-apps-script.drive.d.ts": {
"repo": "https://github.com/motemen/dts-google-apps-script"
},
"google-apps-script/google-apps-script.properties.d.ts": {
"repo": "https://github.com/motemen/dts-google-apps-script"
},
"google-apps-script/google-apps-script.utilities.d.ts": {
"repo": "https://github.com/motemen/dts-google-apps-script"
}
}
}