-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.06 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
23
24
25
26
27
28
29
30
31
{
"name": "bot",
"version": "1.0.0",
"description": "The bot draws 5 cards from a 52 card deck, checks if the hand of cards contains a pair, fullhouse, flush etc.,\r and generates a image of the result.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"predeploy": "npm uninstall join-images && npm uninstall sharp && npm install --platform=linux --arch=x64 --target=12.14.1 sharp && npm install --platform=linux --arch=x64 --target=12.14.1 join-images",
"deploy": "serverless deploy -v",
"postdeploy": "npm uninstall join-images && npm uninstall sharp && npm install sharp && npm install join-images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delanovictor/card-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/delanovictor/card-bot/issues"
},
"homepage": "https://github.com/delanovictor/card-bot#readme",
"dependencies": {
"dotenv": "^10.0.0",
"join-images": "^1.0.0",
"sharp": "^0.29.3",
"twitter": "^1.7.1"
}
}