forked from krysttian/ftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 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": "ftw",
"version": "1.0.0",
"description": "Drive Fine",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.19.0",
"chrome-aws-lambda": "^2.0.2",
"knex": "0.20.10",
"objection": "^1.6.11",
"objection-guid": "^3.0.2",
"pg": "^7.17.0",
"pg-native": "^3.0.0",
"source-map-support": "^0.5.16"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.39",
"@types/node": "^10.17.13",
"copy-webpack-plugin": "^5.1.1",
"serverless-offline": "^6.0.0-alpha.56",
"serverless-webpack": "^5.2.0",
"ts-loader": "^5.3.3",
"twilio": "^3.39.1",
"typescript": "^3.7.4",
"usdl-regex": "^1.5.3",
"validator": "^11.1.0",
"webpack": "^4.41.5",
"xml2js": "^0.4.23"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}