-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "roleando-botserver",
"version": "1.0.0",
"description": "Un bot para inventar historias",
"main": "src/start.js",
"scripts": {
"start": "node src/start",
"local": "nodemon src/start",
"try": "DRY_RUN=1 node src/bot"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/guumaster/roleando-botserver.git"
},
"keywords": [
"bot",
"roleando",
"rpg",
"discord",
"generator"
],
"author": "guumaster",
"license": "MIT",
"bugs": {
"url": "https://github.com/guumaster/roleando-botserver/issues"
},
"homepage": "https://github.com/guumaster/roleando-botserver#readme",
"dependencies": {
"@guumaster/rpgen": "1.2.2",
"axios": "0.18.0",
"body-parser": "1.18.3",
"discord.js": "11.4.2",
"dotenv": "6.0.0",
"express": "4.16.3",
"figures": "2.0.0",
"http-status": "1.2.0",
"node-stats-lite": "^2.0.3",
"striptags": "3.1.1",
"twit": "2.2.11"
},
"devDependencies": {
"nodemon": "1.18.4"
}
}