-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 Bytes
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
{
"name": "kanttiinit-bot",
"version": "0.5.4",
"description": "Kanttiinit bot: Lunch menus within telegram",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"postinstall": "tsc"
},
"engines": {
"node": "10.9.0"
},
"author": "Laged",
"license": "BSD-2-Clause",
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript-eslint-parser": "^21.0.2"
},
"dependencies": {
"@types/node": "^10.12.18",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"moment": "^2.23.0",
"node-fetch": "^2.3.0",
"node-telegram-bot-api": "^0.30.0",
"request": "^2.88.0",
"typescript": "^3.2.2"
}
}