-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.37 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
{
"name": "plugit-charger-control",
"version": "1.0.0",
"description": "Serverless aws-nodejs-typescript template",
"main": "serverless.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run-local": "sls invoke local --function startCharging",
"rebuild-chrome": "mkdir sparticuz-temp; cd sparticuz-temp; git clone --depth=1 https://github.com/sparticuz/chrome-aws-lambda.git; cd chrome-aws-lambda; make chrome_aws_lambda.zip; mv chrome_aws_lambda.zip ../../../; cd ../../../; rm -rf sparticuz-temp; echo 'Done.'"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@middy/core": "^2.5.3",
"@middy/http-json-body-parser": "^2.5.3",
"@sparticuz/chrome-aws-lambda": "^14.1.0",
"got": "11",
"puppeteer-core": "^14.1.1"
},
"devDependencies": {
"@serverless/typescript": "^3.0.0",
"@types/aws-lambda": "^8.10.71",
"@types/node": "^14.14.25",
"@types/puppeteer": "^5.4.6",
"esbuild": "^0.14.11",
"json-schema-to-ts": "^1.5.0",
"serverless": "^3.0.0",
"serverless-esbuild": "^1.23.3",
"serverless-local-schedule": "https://github.com/serverless/serverless-local-schedule.git",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}