-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 991 Bytes
/
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
{
"name": "covid-19",
"version": "0.1.0",
"repository": "git@github.com:milesibastos/covid-19.git",
"author": "@milesibastos",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-jest": "^25.2.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.2.3",
"now": "^17.1.1",
"pino-pretty": "^3.6.1",
"prettier": "^2.0.2",
"supertest": "^4.0.2",
"zeit-now-node-server": "^1.0.1"
},
"dependencies": {
"@google-cloud/firestore": "^3.7.2",
"axios": "^0.19.2",
"csv-parse": "^4.8.8",
"lodash": "^4.17.15",
"pino": "^6.0.0",
"pino-http": "^4.4.0",
"telegraf": "^3.36.0",
"telegraf-i18n": "^6.6.0"
}
}