-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 885 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
{
"name": "papagaio-discord-bot",
"version": "1.0.0",
"description": "a chat bot using markov chains",
"main": "index.js",
"scripts": {
"start": "nf start"
},
"author": "Vitor Cortez <vitor.a.cortez@gmail.com>",
"license": "MIT",
"dependencies": {
"better-sqlite-pool": "^0.1.2",
"common-tags": "^1.8.0",
"discord.js": "^11.3.2",
"emoji-regex": "^6.5.1",
"emoji-unicode-map": "^1.1.9",
"enmap": "^4.3.3",
"foreman": "^3.0.1",
"markov": "git+https://git@github.com/vekat/node-markov.git",
"slug": "^0.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vekat/papagaio-discord-bot.git"
},
"bugs": {
"url": "https://github.com/vekat/papagaio-discord-bot/issues"
},
"homepage": "https://github.com/vekat/papagaio-discord-bot#readme",
"devDependencies": {
"standard": "^12.0.1"
}
}