million-stats/package.json
2023-09-03 20:18:06 -04:00

27 lines
548 B
JSON

{
"name": "bolt-app-template",
"version": "0.0.1",
"description": "A basic template to spin up a Bolt app for Slack",
"main": "api/app.js",
"scripts": {
"start": "node api/app.js"
},
"dependencies": {
"@slack/bolt": "^3.3.0",
"airtable": "^0.11.0",
"dotenv": "^16.3.1",
"moment": "^2.29.1",
"node-schedule": "^2.0.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/bolt-app-template"
},
"license": "MIT",
"keywords": [
"node",
"express"
]
}