-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "lolkil-bot",
"version": "1.0.0",
"description": "node-telegram-bot-api library",
"main": "app.js",
"scripts": {
"start": "node .",
"localize": "node localize.js",
"upload-translations": "node scripts/upload.js",
"download-translations": "node scripts/download.js && yarn prettier --single-quote --no-semi --write ./helpers/localizations.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoliKillers/LolKill-Bot.git"
},
"keywords": [
"Bot",
"TelegramBot",
"BotTele",
"Nodejs",
"node-telegram-bot-api"
],
"author": "Loli Killers",
"license": "MIT",
"bugs": {
"url": "https://github.com/LoliKillers/LolKill-Bot/issues"
},
"homepage": "https://github.com/LoliKillers/LolKill-Bot#readme",
"dependencies": {
"dotenv": "^16.0.2",
"easy-file-manager": "^0.1.3",
"lolkil-scraper": "^1.0.5",
"mongoose": "5.7.0",
"node-telegram-bot-api": "^0.59.0"
},
"devDependencies": {
"axios": "^0.21.2",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"flat": "^5.0.0",
"prettier": "^2.0.5"
}
}