-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 921 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
35
36
37
38
39
40
{
"name": "moongame",
"version": "1.0.0",
"description": "tabletop moon game on telegram",
"main": "moonBot.js",
"scripts": {
"start": "node moonBot.js",
"test_dev": "mocha",
"test": "mocha --reporter xunit --reporter-option output=.\\xunit-results.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlvaquero/moonBot.git"
},
"keywords": [
"javascript",
"moon",
"1110011",
"tabletop"
],
"author": "jlvaquero",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlvaquero/MoonBot/issues"
},
"homepage": "https://github.com/jlvaquero/MoonBot",
"dependencies": {
"dotenv": "^8.2.0",
"ioredis": "^4.14.1",
"node-telegram-bot-api": "^0.40.0",
"pratica": "^2.0.2",
"rxjs": "^6.5.4",
"sprintf-js": "^1.1.2",
"uuid": "^3.4.0"
},
"devDependencies": {
"mocha": "^6.2.2",
"rewire": "^4.0.1"
}
}