-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
28
29
30
31
32
{
"name": "localstack-demo",
"version": "1.0.1",
"description": "LocalStack demo application",
"dependencies": {
"uuid": "^3.4.0"
},
"devDependencies": {
"aws-sdk": "^2.814.0",
"axios": "^0.21.2",
"eslint": "^6.8.0",
"lodash": "^4.17.21",
"mixin-deep": ">=1.3.2",
"serverless": "^3.0.0",
"serverless-deployment-bucket": "^1.5.1",
"serverless-localstack": "^1.1.1",
"serverless-sync-s3": "^0.3.0",
"set-value": "^4.0.1"
},
"scripts": {
"start": "make start",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whummer/localstack-demo.git"
},
"author": "Waldemar Hummer",
"license": "Apache 2.0",
"homepage": "https://github.com/whummer/localstack-demo#readme"
}