package.json 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "name": "joker", "version": "1.0.0", "description": "Random joke teller", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "Yeonjun Kim", "license": "MIT", "dependencies": { "axios": "^0.18.0", "slackbots": "^1.2.0" } }