-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
{
"name": "make-time",
"version": "1.0.0",
"description": "Make-time is an opinionated email client for Gmail. See help.js for more details.",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojanvafai/make-time.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ojanvafai/make-time/issues"
},
"homepage": "https://github.com/ojanvafai/make-time#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/gapi": "0.0.39",
"@types/gapi.auth2": "0.0.52",
"@types/gapi.calendar": "^3.0.4",
"@types/gapi.client": "^1.0.3",
"@types/gapi.client.drive": "^3.0.8",
"@types/gapi.client.gmail": "^1.0.2",
"@types/gapi.client.people": "^1.0.3",
"@types/jest": "^26.0.4",
"babel-jest": "^26.1.0",
"clang-format": "^1.4.0",
"css-paint-polyfill": "^2.0.0",
"document-register-element": "^1.14.3",
"esbuild": "^0.8.42",
"firebase-tools": "^8.5.0",
"gulp": "^4.0.2",
"jest": "^26.1.0",
"jest-cli": "^26.1.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"md5": "^2.2.1",
"mock-cloud-firestore": "^0.12.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"typescript": "^3.9.6",
"yargs": "^16.0.3"
},
"dependencies": {
"firebase": "^7.16.0"
}
}