-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
22 lines (22 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "freddie-bot",
"version": "1.0.0",
"description": "- [ ] Break up big functions into smaller functions - [ ] `download_cat_image` - This function does a lot more than the name suggests. We should have separate functions for each of the steps that this function executes. - [ ] Refactor code into classes - [ ] Lyrics - [ ] Get lyrics - [ ] Clean lyrics - [ ] Select tweet lyrics - [ ] Image - [ ] Get image URL - [ ] Download image into memory - [ ] Upload image to s3 - [ ] Download image from s3 into Lambda /tmp/ - [ ] Delete image from s3 - [ ] SongCSV - [ ] Download CSV from s3 - [ ] Turn CSV into list - [ ] Set up automatic deployment from GitHub to Lambda",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilblizzard/freddie-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilblizzard/freddie-bot/issues"
},
"homepage": "https://github.com/lilblizzard/freddie-bot#readme",
"dependencies": {
"serverless-python-requirements": "^6.0.0"
}
}