-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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
42
43
44
45
{
"name": "amapi",
"version": "1.0.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
"test": "IS_OFFLINE=true AWS_REGION_CONF=localhost CUSTOMER_TABLE=dev-CustomersTable DYNAMODB_ENDPOINT=http://localhost:8000 node node_modules/jest/bin/jest.js src --coverage"
},
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@types/auth0": "^2.20.3",
"auth0": "^2.24.0",
"aws-sdk": "^2.656.0",
"class-validator": "^0.11.1",
"njwt": "^1.0.0",
"serverless": "^1.83.3",
"source-map-support": "^0.5.10",
"to": "^0.2.9",
"update": "^0.7.4",
"uuid": "^7.0.3"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
"@types/chai": "^4.2.11",
"@types/jest": "^25.2.1",
"@types/node": "^10.17.19",
"@types/serverless-jest-plugin": "^0.3.0",
"@types/uuid": "^7.0.3",
"chai": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"jest": "^25.3.0",
"serverless-dynamodb-local": "^0.2.39",
"serverless-jest-plugin": "^0.3.0",
"serverless-offline": "^6.9.0",
"serverless-webpack": "^5.2.0",
"ts-jest": "^25.3.1",
"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"
}