snipbot/package.json

18 lines
422 B
JSON
Raw Permalink Normal View History

2021-02-25 01:36:41 -05:00
{
"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": {
2021-02-25 01:49:11 -05:00
"airtable": "^0.10.1",
2021-02-25 01:36:41 -05:00
"body-parser": "^1.19.0",
2021-02-25 01:43:45 -05:00
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.29.1"
2021-02-25 01:36:41 -05:00
}
}