-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 954 Bytes
/
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
{
"name": "microgames",
"version": "0.1.0",
"description": "Telegram game platform example",
"private": true,
"license": "MIT",
"author": "Vitaly Domnikov <dotcypress@gmail.com>",
"homepage": "https://github.com/telegraf/microgames#readme",
"main": "index.js",
"repository": "telegraf/microgames",
"scripts": {
"start": "micro-bot -d ${NOW_URL}",
"watch": "supervisor -x micro-bot index.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"finalhandler": "^1.1.0",
"jws": "^3.1.3",
"micro-bot": "^2.2.1",
"router": "^1.1.4",
"serve-static": "^1.11.1"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.14.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"supervisor": "^0.12.0"
}
}