-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 812 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 812 Bytes
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
{
"name": "apps-script-rest-client",
"version": "1.2.0",
"description": "A lightweight REST client optimized for use with TypeScript with generics.",
"dependencies": {
"@types/google-apps-script": "^1.0.10",
"@wnagasawa/apps-script-rest-client": "0.0.3"
},
"devDependencies": {
"@google/clasp": "^2.4.2"
},
"scripts": {
"types:publish": "npm publish @wnagasawa/apps-script-rest-client --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wata/apps-script-rest-client.git"
},
"author": "Wataru Nagasawa <me@wata.dev>",
"bugs": {
"url": "https://github.com/wata/apps-script-rest-client/issues"
},
"homepage": "https://github.com/wata/apps-script-rest-client#readme"
}