-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.49 KB
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
{
"name": "telegram-image-resizer",
"version": "2.0.0",
"description": "Telegram bot for making sticker creation easier by resizing images",
"main": "handler.js",
"scripts": {
"test": "mocha -r ts-node/register ./**/*.spec.ts",
"test-ci": "mocha -r ts-node/register --reporter mocha-junit-reporter ./**/*.spec.ts"
},
"dependencies": {
"@types/request": "^2.48.2",
"@types/request-promise-native": "^1.0.16",
"gm": "^1.23.1",
"node-telegram-bot-api": "0.29",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/aws-sdk": "^2.7.0",
"@types/chai": "^4.2.0",
"@types/gm": "^1.18.3",
"@types/mocha": "^5.2.7",
"@types/node": "^10.12.18",
"@types/node-telegram-bot-api": "^0.31.0",
"@types/sinon": "^7.0.13",
"aws-sdk": "^2.507.0",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"mocha-junit-reporter": "^1.23.1",
"serverless-webpack": "^5.2.0",
"sinon": "~7.3",
"ts-loader": "^5.3.3",
"ts-mock-imports": "^1.2.6",
"ts-node": "^8.3.0",
"typescript": "^3.2.4",
"webpack": "^4.29.0"
},
"author": "Hannu Huhtanen",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hanzki/telegramImageResizer.git"
},
"bugs": {
"url": "https://github.com/hanzki/telegramImageResizer/issues"
},
"homepage": "https://github.com/hanzki/telegramImageResizer#readme"
}