aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGlitch (adventurous-damselfly) <none>2019-08-21 04:14:00 +0000
committerGlitch (adventurous-damselfly) <none>2019-08-21 04:14:00 +0000
commitce5c5cf486218dde6692d5fd60929cd6117ec298 (patch)
tree2b0d75e254b340c7ef3040e75c14df5d87d7c41f /package.json
parent0bffe426b106a36504bec5a68d5923c3e537f4dc (diff)
downloadcrabravebot-ce5c5cf486218dde6692d5fd60929cd6117ec298.tar.gz
crabravebot-ce5c5cf486218dde6692d5fd60929cd6117ec298.zip
🛣💴 Updated with Glitch
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4a80a80
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "glitch-telegram-bot",
+ "version": "0.0.1",
+ "description": "Supreme bot",
+ "main": "bot.js",
+ "scripts": {
+ "start": "micro-bot -d ${PROJECT_DOMAIN}.glitch.me"
+ },
+ "dependencies": {
+ "micro-bot": "^2.5.3",
+ "express": "^4.16.4",
+ "tmp": "^0.1.0",
+ "jsdom": "^15.1.1",
+ "libhoney": "^1.2.2"
+ },
+ "engines": {
+ "node": "10.x"
+ },
+ "license": "MIT",
+ "keywords": [
+ "node",
+ "glitch",
+ "telegram"
+ ]
+} \ No newline at end of file