-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "new-dogs-serverless-notifier",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"start": "serverless invoke local --function scrapeDogs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rkclark/new-dogs-serverless-notifier.git"
},
"author": "Rick Clark",
"license": "ISC",
"bugs": {
"url": "https://github.com/rkclark/new-dogs-serverless-notifier/issues"
},
"homepage": "https://github.com/rkclark/new-dogs-serverless-notifier#readme",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"corejs": "^1.0.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"serverless-dotenv-plugin": "^3.0.0",
"serverless-offline": "^6.5.0",
"serverless-webpack": "^5.3.3",
"webpack": "^4.44.1"
},
"dependencies": {
"aws-lambda": "^1.0.6",
"jsdom": "^16.3.0",
"twilio": "^3.48.1",
"uuid": "^8.3.0"
}
}