forked from larsklingsten/gmail-api-parse-message-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 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
26
27
28
29
30
31
32
33
34
{
"name": "gmail-api-parse-message-ts",
"version": "2.2.32",
"description": "Parses Gmail API's GET method to iGmail object. Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"scripts": {
"test": "tsc && node dist/test/runtests.js"
},
"author": "Lars Klingsten <code@ckhansen.dk>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/LarsKlingsten/gmail-api-parse-message-ts.git"
},
"dependencies": {
"base-64": "^0.1.0",
"klingsten-snippets": "1.0.26"
},
"bugs": {
"url": "https://github.com/LarsKlingsten/gmail-api-parse-message-ts/issues"
},
"homepage": "https://github.com/LarsKlingsten/gmail-api-parse-message-ts#readme",
"devDependencies": {},
"keywords": [
"email",
"gmail",
"api",
"parse",
"typescript",
"javascript"
]
}