-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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": "schedule-brest-bot",
"version": "0.1.0",
"description": "simple telegram bot",
"main": "index.ts",
"engines": {
"node": ">=12.6",
"npm": ">=6.9"
},
"dependencies": {
"axios": "^0.21.0",
"dotenv": "^8.2.0",
"iconv-lite": "^0.6.2",
"redis": "^3.0.2",
"xmldom": "^0.4.0",
"xpath": "^0.0.32"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.1",
"@types/aws-lambda": "^8.10.64",
"@types/dotenv": "^8.2.0",
"@types/iconv-lite": "0.0.1",
"@types/jest": "^26.0.15",
"@types/nock": "^11.1.0",
"@types/node": "^14.14.6",
"@types/redis": "^2.8.28",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"jest": "^26.6.1",
"netlify-lambda": "^2.0.1",
"nock": "^13.0.4",
"prettier": "^2.1.2",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typemoq": "^2.1.0",
"typescript": "^4.0.5"
},
"scripts": {
"start:lambda": "netlify-lambda serve src/lambda --config ./webpack.functions.js",
"build:lambda": "netlify-lambda build src/lambda --config ./webpack.functions.js",
"format": "prettier --write \"src/**/*.ts*\" \"test*/**/*.ts*\"",
"lint": "eslint . --ext .ts",
"test": "jest --config jestconfig.json --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zinovik/schedule-brest-bot.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zinovik/schedule-brest-bot/issues"
},
"homepage": "https://github.com/zinovik/schedule-brest-bot#readme"
}