-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "meajudafi-workers",
"version": "1.38.24",
"description": "Me Ajuda FI Workers",
"main": "index.js",
"author": "Conrado Quilles Gomes",
"license": "MIT",
"dependencies": {
"@sentry/node": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"@urbica/pg-migrate": "^1.0.3",
"byline": "^5.0.0",
"convert-hrtime": "^2.0.0",
"dayjs": "^1.7.7",
"fast-csv": "^2.4.1",
"fs-extra": "^7.0.1",
"got": "^9.3.2",
"iconv-lite": "^0.4.24",
"is-docker": "^1.1.0",
"moment": "^2.22.2",
"node-fetch": "^2.3.0",
"node-worker-threads-pool": "^1.2.2",
"pg": "^7.17.1",
"pg-connection-string": "^2.1.0",
"pg-query-stream": "^1.1.2",
"pretty-bytes": "^5.1.0",
"pretty-ms": "^3.2.0",
"progress-stream": "^2.0.0",
"promise-results": "^0.6.2",
"promisepipe": "^3.0.0",
"puppeteer": "^1.11.0",
"string-similarity": "^1.2.1",
"tiny-async-pool": "^1.0.4",
"unzip-stream": "^0.3.0",
"uuid": "^3.3.2",
"yargs": "^12.0.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.3.0"
}
}