-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "channel-to-spa-bot",
"version": "1.0.0",
"description": "Translate data from channel to spa on GitHub Pages",
"repository": {
"url": "https://github.com/cyrillic-design/copy-bot",
"type": "git"
},
"main": "index.js",
"scripts": {
"dev": " dotenv-load supervisor -x node index.js",
"start": "dotenv-load node index.js",
"now-start": "dotenv-load telegraf -d ${NOW_URL}",
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=10.0.0"
},
"author": "mike p. <[email protected]>",
"license": "MIT",
"dependencies": {
"bull": "^3.13.0",
"colors": "^1.4.0",
"count-files": "^2.6.2",
"cyrillic-to-translit-js": "^3.1.0",
"dotenv-load": "^2.0.0",
"glob": "^7.1.6",
"lockfile": "^1.0.4",
"telegraf": "^3.34.0",
"telegraf-i18n": "^6.6.0",
"telegraf-update-logger": "^1.1.7"
},
"devDependencies": {
"@types/bull": "^3.12.1",
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"supervisor": "^0.12.0"
}
}