mirror of
https://github.com/KevinMidboe/seasonedBill.git
synced 2025-10-29 01:40:13 +00:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "chatbot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "PORT= SLACK_BOT_TOKEN= node server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.4",
|
|
"node": "^11.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0"
|
|
}
|
|
}
|