-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 866 Bytes
/
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
{
"name": "aws-lambdas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "sls offline start",
"deploy": "npm run build && sls deploy --verbose"
},
"author": "Jean Rauwers",
"license": "ISC",
"dependencies": {
"@types/cheerio": "^0.22.18",
"@types/uniqid": "^4.1.3",
"aws-sdk": "^2.675.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"moment": "^2.25.3",
"node-cron": "^2.0.3",
"node.extend": "^2.0.2",
"serverless-offline": "^6.1.5",
"uniqid": "^5.2.0",
"uuid": "^8.0.0",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@types/node": "^14.0.1",
"husky": "^4.2.5",
"serverless": "^1.70.1",
"serverless-dynamodb-local": "^1.0.2",
"serverless-plugin-typescript": "^1.1.9",
"typescript": "^3.9.2"
}
}