-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "ukraine-data-fetcher",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"format": "prettier --write \"**/*.{js,json,less,css,md,html}\"",
"format:check": "prettier --loglevel debug --check \"**/*.{js,json,less,css,md,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukrainefield/data-fetcher.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ukrainefield/data-fetcher/issues"
},
"homepage": "https://github.com/ukrainefield/data-fetcher#readme",
"dependencies": {
"@vitalets/google-translate-api": "^8.0.0",
"aws-sdk": "^2.1085.0",
"axios": "^0.26.0",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.0",
"fancy-log": "^2.0.0",
"mongoose": "^6.2.4",
"nodejs-file-downloader": "^4.9.3",
"prettier": "^2.5.1",
"puppeteer": "^13.4.1",
"twitter-api-v2": "^1.11.0"
}
}