-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@frontendu/lenin",
"private": true,
"version": "1.0.0",
"description": "Bot of Frontend Young team",
"main": "src/index.js",
"scripts": {
"build": "npm-run-all -n build:*",
"build:app": "babel -x .ts -s -d dist/ src/ config/",
"build:config": "babel -x .ts -s -d dist/config config",
"start": "cd dist && NODE_PATH=. node -r source-map-support/register index",
"test": "jest"
},
"keywords": [
"bot",
"telegram"
],
"author": "Aleksandr Shoronov <[email protected]>",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "1.19.0",
"cheerio": "1.0.0-rc.3",
"config": "3.2.6",
"express": "4.17.1",
"got": "9.6.0",
"lodash": "4.17.21",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"source-map-support": "0.5.12",
"telegraf": "3.29.0"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-typescript": "7.8.3",
"@types/cheerio": "0.22.16",
"@types/express": "4.17.2",
"@types/got": "9.6.9",
"@types/jest": "25.1.3",
"@types/lodash": "4.14.149",
"dotenv-cli": "3.1.0",
"jest": "25.1.0",
"npm-run-all": "4.1.5",
"prettier": "1.17.0",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.1.0",
"typescript": "3.8.2"
},
"browserslist": [
"node 10"
],
"engines": {
"node": "10.x"
}
}