-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 798 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 798 Bytes
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
{
"name": "netlify-lambda-demo",
"scripts": {
"build": "netlify-lambda build functions",
"postinstall": "netlify-lambda install",
"dev": "netlify-lambda serve functions"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dotenv": "^9.0.2",
"netlify-lambda": "^2.0.0",
"regenerator-runtime": "^0.13.5",
"serverless-http": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/aws-lambda": "^8.10.59",
"@types/node": "^14.0.23",
"typescript": "^3.9.7"
}
}