million-stats/package.json

28 lines
548 B
JSON
Raw Permalink Normal View History

2020-08-14 22:31:55 +00:00
{
"name": "bolt-app-template",
"version": "0.0.1",
"description": "A basic template to spin up a Bolt app for Slack",
2020-12-31 01:24:32 +00:00
"main": "api/app.js",
2020-08-14 22:31:55 +00:00
"scripts": {
2020-12-31 01:24:32 +00:00
"start": "node api/app.js"
2020-08-14 22:31:55 +00:00
},
"dependencies": {
2021-05-11 20:54:28 +00:00
"@slack/bolt": "^3.3.0",
"airtable": "^0.11.0",
2023-09-04 00:18:06 +00:00
"dotenv": "^16.3.1",
2021-05-11 20:54:28 +00:00
"moment": "^2.29.1",
"node-schedule": "^2.0.0"
2020-08-14 22:31:55 +00:00
},
"engines": {
2020-10-19 04:17:55 +00:00
"node": "12.x"
2020-08-14 22:31:55 +00:00
},
"repository": {
"url": "https://glitch.com/edit/#!/bolt-app-template"
},
"license": "MIT",
"keywords": [
"node",
"express"
]
}