summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sio.be>2021-02-19 11:43:18 +0100
committerAlejandro Sior <aho@sio.be>2021-02-19 11:43:18 +0100
commit405051211d60afa8a7fc4fc3fa5ffb456242973d (patch)
treedbae34350c3a54f422da70f1b7fbd857a8f5a116 /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a0a5f7a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "troffman",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "chunk-text": "^1.0.5",
+ "dbot-regex-handler": "^1.0.0",
+ "eris": "github:abalabahaha/eris#dev",
+ "eris-lavalink": "^1.0.2",
+ "sequelize": "^5.21.6",
+ "sqlite3": "^4.1.1",
+ "superagent": "^5.2.2",
+ "toml": "^3.0.0",
+ "winston": "^3.2.1"
+ }
+}