-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.28 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
{
"name": "serverless-appsync-offline-typescript-template",
"version": "1.0.0",
"description": "Serverless appsync offline example using Typescript bundle with webpack.",
"main": "handler.js",
"scripts": {
"sls:setup": "sls dynamodb install",
"start": "sls offline start",
"test": "jest",
"test:watch": "jest --watch",
"start-server": "yarn start",
"ci": "start-server-and-test start-server http://localhost:20002 test"
},
"dependencies": {
"graphql-request": "^3.0.0",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/node": "^10.12.18",
"amplify-appsync-simulator": "^1.23.1",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"jest": "^26.4.0",
"serverless": "^1.78.1",
"serverless-appsync-plugin": "^1.3.1",
"serverless-appsync-simulator": "^0.7.0",
"serverless-dynamodb-local": "^0.2.39",
"serverless-offline": "^6.5.0",
"serverless-webpack": "^5.2.0",
"start-server-and-test": "^1.11.3",
"ts-jest": "^26.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}