-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 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
{
"name": "actively-caring-challenge-bot",
"version": "0.0.1",
"author": "Rishi Ishairzay <windowasher@gmail.com>",
"description": "Telegram bot to facilitate the actively caring challenge",
"dependencies": {
"btrconf": "^0.1.0",
"chrono": "^1.0.5",
"chrono-node": "^1.2.5",
"class-transformer": "^0.1.3",
"datejs": "^1.0.0-rc3",
"juration": "0.0.1",
"moment": "^2.17.1",
"redis": "^2.6.3",
"reflect-metadata": "^0.1.8",
"telegraf": "^3.6.3",
"telegraf-session-redis": "^4.2.0"
},
"devDependencies": {
"@types/node": "0.0.3",
"ts-node": "^1.7.2",
"typescript": "^2.1.4"
},
"scripts": {
"start": "npm run build:live",
"build:watch": "tsc -w",
"build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./src/Main.ts"
}
}