{ "name": "oblique-strategies-slack", "version": "1.0.0", "description": "Slack bot who responds to mentions with a random card from Brian Eno's Oblique Strategies deck", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel --presets es2015 -d lib/ src" }, "author": "Nicholas Warzin", "repository": "https://nickwarzin.com:4243/nicholas/oblique-strategies", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "dotenv": "^6.2.0", "express": "^4.16.4", "helmet": "^3.15.1", "moment": "^2.23.0", "mongodb": "^3.2.2", "node-fetch": "^2.6.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1" } }