snipbot/package.json

18 lines
422 B
JSON

{
"name": "snipbot",
"version": "1.0.0",
"description": "bot to make life at Snipette easier (and fun!)",
"main": "index.js",
"repository": "https://gitlab.com/snipettemag/snipbot",
"author": "Badri Sunderarajan",
"license": "MIT",
"private": true,
"dependencies": {
"airtable": "^0.10.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.29.1"
}
}