-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "ftw",
"version": "1.0.0",
"description": "Drivefine",
"main": "handler.js",
"scripts": {
"start": "IS_LOCAL=true SECRETS=secrets.dev.json sls offline"
},
"dependencies": {
"axios": "0.19.0",
"chrome-aws-lambda": "^3.1.1",
"knex": "0.20.10",
"moment": "^2.27.0",
"objection": "1.6.11",
"objection-guid": "3.0.2",
"pg": "7.17.0",
"puppeteer-core": "^4.0.0",
"source-map-support": "0.5.16",
"twilio": "3.39.1",
"usdl-regex": "1.5.3",
"validator": "11.1.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.39",
"@types/node": "10.17.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"copy-webpack-plugin": "5.1.1",
"eslint": "^7.3.0",
"puppeteer": "^4.0.0",
"serverless-offline": "6.0.0-alpha.56",
"serverless-webpack": "5.2.0",
"ts-loader": "8.0.4",
"typescript": "^3.7.4",
"webpack": "4.41.5",
"webpack-node-externals": "^1.7.2",
"xml2js": "0.4.23"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}